Html Css Color HEX #472B35 Castro

📋 copy color: '#472B35'

red 71 ◦ green 43 ◦ blue 53

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

Shades of Castro #472B35

Tints of Castro #472B35

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.75%

 BLUE value IS 53 (21.09% from 255) = 31.74%

R = 42.51%
G = 25.75%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#472B35 (or 0x472B35) is known color: Castro. HEX triplet: 47, 2B and 35. RGB value is (71,43,53). Sum of RGB (Red+Green+Blue) = 71+43+53=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #472B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B35 is #B8D4CA. Grayscale: #343434. Windows color (decimal): -12113099 or 3484487. OLE color: 3484487.

HSL color Cylindrical-coordinate representation of color #472B35: hue angle of 338.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #472B35 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 43 53 -
CMYK 0 0.39 0.25 0.72
HSL 338.57º 0.25% 0.22% -
HSV(B) 338.57º 0.39% 0.28% -
XYZ 4.11 3.32 3.79 -
YUV 52.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 71 43 53 0 0.39 0.25 0.72 338.57 0.25 0.22
Hex 47 2B 35 0 27 19 48 153 19 16
Octal 107 53 65 0 47 31 110 523 31 26
Binary 1000111 101011 110101 0 100111 11001 1001000 101010011 11001 10110

Color Harmonies of #472B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B35

Black with #472B35

Text Example


Text Example

White with #472B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472B35; }

 p { color: rgb(71,43,53); }

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

background-color css

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

 a { background-color: rgb(71,43,53); }

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

border-color css

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

 span { border-color: rgb(71,43,53); }

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