Html Css Color HEX #752324 Red Berry

📋 copy color: '#752324'

red 117 ◦ green 35 ◦ blue 36

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

Shades of Red Berry #752324

Tints of Red Berry #752324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 62.23%
G = 18.62%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#752324 (or 0x752324) is known color: Red Berry. HEX triplet: 75, 23 and 24. RGB value is (117,35,36). Sum of RGB (Red+Green+Blue) = 117+35+36=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752324 is #8ADCDB. Grayscale: #3B3B3B. Windows color (decimal): -9100508 or 2368373. OLE color: 2368373.

HSL color Cylindrical-coordinate representation of color #752324: hue angle of 359.27º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752324 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 36 -
CMYK 0 0.70 0.69 0.54
HSL 359.27º 0.54% 0.3% -
HSV(B) 359.27º 0.7% 0.46% -
XYZ 8.26 5.11 2.22 -
YUV 59.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 117 35 36 0 0.70 0.69 0.54 359.27 0.54 0.3
Hex 75 23 24 0 46 45 36 167 36 1E
Octal 165 43 44 0 106 105 66 547 66 36
Binary 1110101 100011 100100 0 1000110 1000101 110110 101100111 110110 11110

Color Harmonies of #752324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752324

Black with #752324

Text Example


Text Example

White with #752324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752324; }

 p { color: rgb(117,35,36); }

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

background-color css

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

 a { background-color: rgb(117,35,36); }

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

border-color css

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

 span { border-color: rgb(117,35,36); }

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