Html Css Color HEX #472233 Castro

📋 copy color: '#472233'

red 71 ◦ green 34 ◦ blue 51

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

Shades of Castro #472233

Tints of Castro #472233

RGB

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

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

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

R = 45.51%
G = 21.79%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#472233 (or 0x472233) is known color: Castro. HEX triplet: 47, 22 and 33. RGB value is (71,34,51). Sum of RGB (Red+Green+Blue) = 71+34+51=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472233 is #B8DDCC. Grayscale: #2E2E2E. Windows color (decimal): -12115405 or 3351111. OLE color: 3351111.

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

Color convert

RGB 71 34 51 -
CMYK 0 0.52 0.28 0.72
HSL 332.43º 0.35% 0.21% -
HSV(B) 332.43º 0.52% 0.28% -
XYZ 3.77 2.72 3.46 -
YUV 47 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 71 34 51 0 0.52 0.28 0.72 332.43 0.35 0.21
Hex 47 22 33 0 34 1C 48 14C 23 15
Octal 107 42 63 0 64 34 110 514 43 25
Binary 1000111 100010 110011 0 110100 11100 1001000 101001100 100011 10101

Color Harmonies of #472233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472233

Black with #472233

Text Example


Text Example

White with #472233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472233; }

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

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

background-color css

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

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

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

border-color css

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

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

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