Html Css Color HEX #471E2F Castro

📋 copy color: '#471E2F'

red 71 ◦ green 30 ◦ blue 47

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

Shades of Castro #471E2F

Tints of Castro #471E2F

RGB

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

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

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

R = 47.97%
G = 20.27%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#471E2F (or 0x471E2F) is known color: Castro. HEX triplet: 47, 1E and 2F. RGB value is (71,30,47). Sum of RGB (Red+Green+Blue) = 71+30+47=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #471E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E2F is #B8E1D0. Grayscale: #2C2C2C. Windows color (decimal): -12116433 or 3087943. OLE color: 3087943.

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

Color convert

RGB 71 30 47 -
CMYK 0 0.58 0.34 0.72
HSL 335.12º 0.41% 0.2% -
HSV(B) 335.12º 0.58% 0.28% -
XYZ 3.58 2.47 2.98 -
YUV 44.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 71 30 47 0 0.58 0.34 0.72 335.12 0.41 0.2
Hex 47 1E 2F 0 3A 22 48 14F 29 14
Octal 107 36 57 0 72 42 110 517 51 24
Binary 1000111 11110 101111 0 111010 100010 1001000 101001111 101001 10100

Color Harmonies of #471E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E2F

Black with #471E2F

Text Example


Text Example

White with #471E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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