Html Css Color HEX #471F2F Castro

📋 copy color: '#471F2F'

red 71 ◦ green 31 ◦ blue 47

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

Shades of Castro #471F2F

Tints of Castro #471F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.54%

R = 47.65%
G = 20.81%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#471F2F (or 0x471F2F) is known color: Castro. HEX triplet: 47, 1F and 2F. RGB value is (71,31,47). Sum of RGB (Red+Green+Blue) = 71+31+47=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #471F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F2F is #B8E0D0. Grayscale: #2C2C2C. Windows color (decimal): -12116177 or 3088199. OLE color: 3088199.

HSL color Cylindrical-coordinate representation of color #471F2F: hue angle of 336º 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 #471F2F is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 47 -
CMYK 0 0.56 0.34 0.72
HSL 336º 0.39% 0.2% -
HSV(B) 336º 0.56% 0.28% -
XYZ 3.6 2.52 2.99 -
YUV 44.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 71 31 47 0 0.56 0.34 0.72 336 0.39 0.2
Hex 47 1F 2F 0 38 22 48 150 27 14
Octal 107 37 57 0 70 42 110 520 47 24
Binary 1000111 11111 101111 0 111000 100010 1001000 101010000 100111 10100

Color Harmonies of #471F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F2F

Black with #471F2F

Text Example


Text Example

White with #471F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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