Html Css Color HEX #752129 Red Berry

📋 copy color: '#752129'

red 117 ◦ green 33 ◦ blue 41

#752129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #752129

Tints of Red Berry #752129

RGB

 RED value IS 117 (46.09% from 255) = 61.26%

 GREEN value IS 33 (13.28% from 255) = 17.28%

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 61.26%
G = 17.28%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#752129 (or 0x752129) is known color: Red Berry. HEX triplet: 75, 21 and 29. RGB value is (117,33,41). Sum of RGB (Red+Green+Blue) = 117+33+41=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752129 is #8ADED6. Grayscale: #3B3B3B. Windows color (decimal): -9101015 or 2695541. OLE color: 2695541.

HSL color Cylindrical-coordinate representation of color #752129: hue angle of 354.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752129 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 41 -
CMYK 0 0.72 0.65 0.54
HSL 354.29º 0.56% 0.29% -
HSV(B) 354.29º 0.72% 0.46% -
XYZ 8.28 5.03 2.63 -
YUV 59.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 117 33 41 0 0.72 0.65 0.54 354.29 0.56 0.29
Hex 75 21 29 0 48 41 36 162 38 1D
Octal 165 41 51 0 110 101 66 542 70 35
Binary 1110101 100001 101001 0 1001000 1000001 110110 101100010 111000 11101

Color Harmonies of #752129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752129

Black with #752129

Text Example


Text Example

White with #752129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752129; }

 p { color: rgb(117,33,41); }

 H1.HeaderClassName
 {
   color: #752129;
 }
 .AnyTagClassName
 {
   color: #752129;
 }
</style>

background-color css

<style>
 a { background-color: #752129; }

 a { background-color: rgb(117,33,41); }

 div.DivClassName
 {
   background-color: #752129;
 }
 .BgClassName
 {
   background-color: #752129;
 }
</style>

border-color css

<style>
 span { border-color: #752129; }

 span { border-color: rgb(117,33,41); }

 td.TdClassName
 {
   border-color: #752129;
 }
 .TagClassName
 {
   border-color: #752129;
 }
</style>