Html Css Color HEX #471A2B Castro

📋 copy color: '#471A2B'

red 71 ◦ green 26 ◦ blue 43

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

Shades of Castro #471A2B

Tints of Castro #471A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.71%

R = 50.71%
G = 18.57%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#471A2B (or 0x471A2B) is known color: Castro. HEX triplet: 47, 1A and 2B. RGB value is (71,26,43). Sum of RGB (Red+Green+Blue) = 71+26+43=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A2B is #B8E5D4. Grayscale: #292929. Windows color (decimal): -12117461 or 2824775. OLE color: 2824775.

HSL color Cylindrical-coordinate representation of color #471A2B: hue angle of 337.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 #471A2B is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 43 -
CMYK 0 0.63 0.39 0.72
HSL 337.33º 0.46% 0.19% -
HSV(B) 337.33º 0.63% 0.28% -
XYZ 3.4 2.25 2.54 -
YUV 41.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 71 26 43 0 0.63 0.39 0.72 337.33 0.46 0.19
Hex 47 1A 2B 0 3F 27 48 151 2E 13
Octal 107 32 53 0 77 47 110 521 56 23
Binary 1000111 11010 101011 0 111111 100111 1001000 101010001 101110 10011

Color Harmonies of #471A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A2B

Black with #471A2B

Text Example


Text Example

White with #471A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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