Html Css Color HEX #472333 Castro

📋 copy color: '#472333'

red 71 ◦ green 35 ◦ blue 51

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

Shades of Castro #472333

Tints of Castro #472333

RGB

 RED value IS 71 (28.13% from 255) = 45.22%

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

 BLUE value IS 51 (20.31% from 255) = 32.48%

R = 45.22%
G = 22.29%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#472333 (or 0x472333) is known color: Castro. HEX triplet: 47, 23 and 33. RGB value is (71,35,51). Sum of RGB (Red+Green+Blue) = 71+35+51=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472333 is #B8DCCC. Grayscale: #2F2F2F. Windows color (decimal): -12115149 or 3351367. OLE color: 3351367.

HSL color Cylindrical-coordinate representation of color #472333: hue angle of 333.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472333 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 51 -
CMYK 0 0.51 0.28 0.72
HSL 333.33º 0.34% 0.21% -
HSV(B) 333.33º 0.51% 0.28% -
XYZ 3.8 2.78 3.47 -
YUV 47.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 71 35 51 0 0.51 0.28 0.72 333.33 0.34 0.21
Hex 47 23 33 0 33 1C 48 14D 22 15
Octal 107 43 63 0 63 34 110 515 42 25
Binary 1000111 100011 110011 0 110011 11100 1001000 101001101 100010 10101

Color Harmonies of #472333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472333

Black with #472333

Text Example


Text Example

White with #472333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472333; }

 p { color: rgb(71,35,51); }

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

background-color css

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

 a { background-color: rgb(71,35,51); }

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

border-color css

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

 span { border-color: rgb(71,35,51); }

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