Html Css Color HEX #471A28 Castro

📋 copy color: '#471A28'

red 71 ◦ green 26 ◦ blue 40

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

Shades of Castro #471A28

Tints of Castro #471A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.98%

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 51.82%
G = 18.98%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#471A28 (or 0x471A28) is known color: Castro. HEX triplet: 47, 1A and 28. RGB value is (71,26,40). Sum of RGB (Red+Green+Blue) = 71+26+40=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #471A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A28 is #B8E5D7. Grayscale: #292929. Windows color (decimal): -12117464 or 2628167. OLE color: 2628167.

HSL color Cylindrical-coordinate representation of color #471A28: hue angle of 341.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A28 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 40 -
CMYK 0 0.63 0.44 0.72
HSL 341.33º 0.46% 0.19% -
HSV(B) 341.33º 0.63% 0.28% -
XYZ 3.35 2.23 2.26 -
YUV 41.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 71 26 40 0 0.63 0.44 0.72 341.33 0.46 0.19
Hex 47 1A 28 0 3F 2C 48 155 2E 13
Octal 107 32 50 0 77 54 110 525 56 23
Binary 1000111 11010 101000 0 111111 101100 1001000 101010101 101110 10011

Color Harmonies of #471A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A28

Black with #471A28

Text Example


Text Example

White with #471A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A28; }

 p { color: rgb(71,26,40); }

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

background-color css

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

 a { background-color: rgb(71,26,40); }

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

border-color css

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

 span { border-color: rgb(71,26,40); }

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