Html Css Color HEX #752223 Red Berry

📋 copy color: '#752223'

red 117 ◦ green 34 ◦ blue 35

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

Shades of Red Berry #752223

Tints of Red Berry #752223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 62.9%
G = 18.28%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#752223 (or 0x752223) is known color: Red Berry. HEX triplet: 75, 22 and 23. RGB value is (117,34,35). Sum of RGB (Red+Green+Blue) = 117+34+35=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #752223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752223 is #8ADDDC. Grayscale: #3B3B3B. Windows color (decimal): -9100765 or 2302581. OLE color: 2302581.

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

Color convert

RGB 117 34 35 -
CMYK 0 0.71 0.70 0.54
HSL 359.28º 0.55% 0.3% -
HSV(B) 359.28º 0.71% 0.46% -
XYZ 8.21 5.05 2.13 -
YUV 58.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 117 34 35 0 0.71 0.70 0.54 359.28 0.55 0.3
Hex 75 22 23 0 47 46 36 167 37 1E
Octal 165 42 43 0 107 106 66 547 67 36
Binary 1110101 100010 100011 0 1000111 1000110 110110 101100111 110111 11110

Color Harmonies of #752223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752223

Black with #752223

Text Example


Text Example

White with #752223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752223; }

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

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

background-color css

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

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

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

border-color css

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

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

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