Html Css Color HEX #472332 Castro

📋 copy color: '#472332'

red 71 ◦ green 35 ◦ blue 50

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

Shades of Castro #472332

Tints of Castro #472332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.05%

R = 45.51%
G = 22.44%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#472332 (or 0x472332) is known color: Castro. HEX triplet: 47, 23 and 32. RGB value is (71,35,50). Sum of RGB (Red+Green+Blue) = 71+35+50=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472332 is #B8DCCD. Grayscale: #2F2F2F. Windows color (decimal): -12115150 or 3285831. OLE color: 3285831.

HSL color Cylindrical-coordinate representation of color #472332: hue angle of 335º 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 #472332 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 50 -
CMYK 0 0.51 0.30 0.72
HSL 335º 0.34% 0.21% -
HSV(B) 335º 0.51% 0.28% -
XYZ 3.78 2.77 3.35 -
YUV 47.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 71 35 50 0 0.51 0.30 0.72 335 0.34 0.21
Hex 47 23 32 0 33 1E 48 14F 22 15
Octal 107 43 62 0 63 36 110 517 42 25
Binary 1000111 100011 110010 0 110011 11110 1001000 101001111 100010 10101

Color Harmonies of #472332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472332

Black with #472332

Text Example


Text Example

White with #472332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472332; }

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

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

background-color css

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

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

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

border-color css

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

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

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