Html Css Color HEX #471F30 Castro

📋 copy color: '#471F30'

red 71 ◦ green 31 ◦ blue 48

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

Shades of Castro #471F30

Tints of Castro #471F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32%

R = 47.33%
G = 20.67%
B = 32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#471F30 (or 0x471F30) is known color: Castro. HEX triplet: 47, 1F and 30. RGB value is (71,31,48). Sum of RGB (Red+Green+Blue) = 71+31+48=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #471F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F30 is #B8E0CF. Grayscale: #2C2C2C. Windows color (decimal): -12116176 or 3153735. OLE color: 3153735.

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

Color convert

RGB 71 31 48 -
CMYK 0 0.56 0.32 0.72
HSL 334.5º 0.39% 0.2% -
HSV(B) 334.5º 0.56% 0.28% -
XYZ 3.62 2.53 3.09 -
YUV 44.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 71 31 48 0 0.56 0.32 0.72 334.5 0.39 0.2
Hex 47 1F 30 0 38 20 48 14E 27 14
Octal 107 37 60 0 70 40 110 516 47 24
Binary 1000111 11111 110000 0 111000 100000 1001000 101001110 100111 10100

Color Harmonies of #471F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F30

Black with #471F30

Text Example


Text Example

White with #471F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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