Html Css Color HEX #471C29 Castro

📋 copy color: '#471C29'

red 71 ◦ green 28 ◦ blue 41

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

Shades of Castro #471C29

Tints of Castro #471C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20%

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 50.71%
G = 20%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#471C29 (or 0x471C29) is known color: Castro. HEX triplet: 47, 1C and 29. RGB value is (71,28,41). Sum of RGB (Red+Green+Blue) = 71+28+41=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C29 is #B8E3D6. Grayscale: #2A2A2A. Windows color (decimal): -12116951 or 2694215. OLE color: 2694215.

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

Color convert

RGB 71 28 41 -
CMYK 0 0.61 0.42 0.72
HSL 341.86º 0.43% 0.19% -
HSV(B) 341.86º 0.61% 0.28% -
XYZ 3.41 2.33 2.37 -
YUV 42.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 71 28 41 0 0.61 0.42 0.72 341.86 0.43 0.19
Hex 47 1C 29 0 3D 2A 48 156 2B 13
Octal 107 34 51 0 75 52 110 526 53 23
Binary 1000111 11100 101001 0 111101 101010 1001000 101010110 101011 10011

Color Harmonies of #471C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C29

Black with #471C29

Text Example


Text Example

White with #471C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,28,41); }

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

background-color css

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

 a { background-color: rgb(71,28,41); }

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

border-color css

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

 span { border-color: rgb(71,28,41); }

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