Html Css Color HEX #471827 Castro

📋 copy color: '#471827'

red 71 ◦ green 24 ◦ blue 39

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

Shades of Castro #471827

Tints of Castro #471827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.1%

R = 52.99%
G = 17.91%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#471827 (or 0x471827) is known color: Castro. HEX triplet: 47, 18 and 27. RGB value is (71,24,39). Sum of RGB (Red+Green+Blue) = 71+24+39=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471827 is #B8E7D8. Grayscale: #272727. Windows color (decimal): -12117977 or 2562119. OLE color: 2562119.

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

Color convert

RGB 71 24 39 -
CMYK 0 0.66 0.45 0.72
HSL 340.85º 0.49% 0.19% -
HSV(B) 340.85º 0.66% 0.28% -
XYZ 3.29 2.14 2.16 -
YUV 39.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 71 24 39 0 0.66 0.45 0.72 340.85 0.49 0.19
Hex 47 18 27 0 42 2D 48 155 31 13
Octal 107 30 47 0 102 55 110 525 61 23
Binary 1000111 11000 100111 0 1000010 101101 1001000 101010101 110001 10011

Color Harmonies of #471827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471827

Black with #471827

Text Example


Text Example

White with #471827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471827; }

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

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

background-color css

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

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

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

border-color css

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

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

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