Html Css Color HEX #471F2E Castro

📋 copy color: '#471F2E'

red 71 ◦ green 31 ◦ blue 46

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

Shades of Castro #471F2E

Tints of Castro #471F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.95%

 BLUE value IS 46 (18.36% from 255) = 31.08%

R = 47.97%
G = 20.95%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#471F2E (or 0x471F2E) is known color: Castro. HEX triplet: 47, 1F and 2E. RGB value is (71,31,46). Sum of RGB (Red+Green+Blue) = 71+31+46=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #471F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F2E is #B8E0D1. Grayscale: #2C2C2C. Windows color (decimal): -12116178 or 3022663. OLE color: 3022663.

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

Color convert

RGB 71 31 46 -
CMYK 0 0.56 0.35 0.72
HSL 337.5º 0.39% 0.2% -
HSV(B) 337.5º 0.56% 0.28% -
XYZ 3.58 2.52 2.88 -
YUV 44.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 71 31 46 0 0.56 0.35 0.72 337.5 0.39 0.2
Hex 47 1F 2E 0 38 23 48 152 27 14
Octal 107 37 56 0 70 43 110 522 47 24
Binary 1000111 11111 101110 0 111000 100011 1001000 101010010 100111 10100

Color Harmonies of #471F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F2E

Black with #471F2E

Text Example


Text Example

White with #471F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,31,46); }

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

background-color css

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

 a { background-color: rgb(71,31,46); }

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

border-color css

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

 span { border-color: rgb(71,31,46); }

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