Html Css Color HEX #471828 Castro

📋 copy color: '#471828'

red 71 ◦ green 24 ◦ blue 40

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

Shades of Castro #471828

Tints of Castro #471828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

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

R = 52.59%
G = 17.78%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#471828 (or 0x471828) is known color: Castro. HEX triplet: 47, 18 and 28. RGB value is (71,24,40). Sum of RGB (Red+Green+Blue) = 71+24+40=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #471828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471828 is #B8E7D7. Grayscale: #272727. Windows color (decimal): -12117976 or 2627655. OLE color: 2627655.

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

Color convert

RGB 71 24 40 -
CMYK 0 0.66 0.44 0.72
HSL 339.57º 0.49% 0.19% -
HSV(B) 339.57º 0.66% 0.28% -
XYZ 3.31 2.15 2.25 -
YUV 39.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 71 24 40 0 0.66 0.44 0.72 339.57 0.49 0.19
Hex 47 18 28 0 42 2C 48 154 31 13
Octal 107 30 50 0 102 54 110 524 61 23
Binary 1000111 11000 101000 0 1000010 101100 1001000 101010100 110001 10011

Color Harmonies of #471828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471828

Black with #471828

Text Example


Text Example

White with #471828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471828; }

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

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

background-color css

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

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

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

border-color css

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

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

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