Html Css Color HEX #471627 Castro

📋 copy color: '#471627'

red 71 ◦ green 22 ◦ blue 39

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

Shades of Castro #471627

Tints of Castro #471627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.67%

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

R = 53.79%
G = 16.67%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#471627 (or 0x471627) is known color: Castro. HEX triplet: 47, 16 and 27. RGB value is (71,22,39). Sum of RGB (Red+Green+Blue) = 71+22+39=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471627 is #B8E9D8. Grayscale: #262626. Windows color (decimal): -12118489 or 2561607. OLE color: 2561607.

HSL color Cylindrical-coordinate representation of color #471627: hue angle of 339.18º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471627 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 22 39 -
CMYK 0 0.69 0.45 0.72
HSL 339.18º 0.53% 0.18% -
HSV(B) 339.18º 0.69% 0.28% -
XYZ 3.25 2.06 2.15 -
YUV 38.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 71 22 39 0 0.69 0.45 0.72 339.18 0.53 0.18
Hex 47 16 27 0 45 2D 48 153 35 12
Octal 107 26 47 0 105 55 110 523 65 22
Binary 1000111 10110 100111 0 1000101 101101 1001000 101010011 110101 10010

Color Harmonies of #471627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471627

Black with #471627

Text Example


Text Example

White with #471627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471627; }

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

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

background-color css

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

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

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

border-color css

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

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

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