Html Css Color HEX #471E2B Castro

📋 copy color: '#471E2B'

red 71 ◦ green 30 ◦ blue 43

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

Shades of Castro #471E2B

Tints of Castro #471E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.83%

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

R = 49.31%
G = 20.83%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#471E2B (or 0x471E2B) is known color: Castro. HEX triplet: 47, 1E and 2B. RGB value is (71,30,43). Sum of RGB (Red+Green+Blue) = 71+30+43=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #471E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E2B is #B8E1D4. Grayscale: #2B2B2B. Windows color (decimal): -12116437 or 2825799. OLE color: 2825799.

HSL color Cylindrical-coordinate representation of color #471E2B: hue angle of 340.98º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471E2B is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 43 -
CMYK 0 0.58 0.39 0.72
HSL 340.98º 0.41% 0.2% -
HSV(B) 340.98º 0.58% 0.28% -
XYZ 3.5 2.44 2.57 -
YUV 43.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 71 30 43 0 0.58 0.39 0.72 340.98 0.41 0.2
Hex 47 1E 2B 0 3A 27 48 155 29 14
Octal 107 36 53 0 72 47 110 525 51 24
Binary 1000111 11110 101011 0 111010 100111 1001000 101010101 101001 10100

Color Harmonies of #471E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E2B

Black with #471E2B

Text Example


Text Example

White with #471E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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