Html Css Color HEX #472631 Castro

📋 copy color: '#472631'

red 71 ◦ green 38 ◦ blue 49

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

Shades of Castro #472631

Tints of Castro #472631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.05%

 BLUE value IS 49 (19.53% from 255) = 31.01%

R = 44.94%
G = 24.05%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#472631 (or 0x472631) is known color: Castro. HEX triplet: 47, 26 and 31. RGB value is (71,38,49). Sum of RGB (Red+Green+Blue) = 71+38+49=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #472631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472631 is #B8D9CE. Grayscale: #313131. Windows color (decimal): -12114383 or 3221063. OLE color: 3221063.

HSL color Cylindrical-coordinate representation of color #472631: hue angle of 340º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472631 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 49 -
CMYK 0 0.46 0.31 0.72
HSL 340º 0.3% 0.21% -
HSV(B) 340º 0.46% 0.28% -
XYZ 3.85 2.95 3.27 -
YUV 49.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 71 38 49 0 0.46 0.31 0.72 340 0.3 0.21
Hex 47 26 31 0 2E 1F 48 154 1E 15
Octal 107 46 61 0 56 37 110 524 36 25
Binary 1000111 100110 110001 0 101110 11111 1001000 101010100 11110 10101

Color Harmonies of #472631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472631

Black with #472631

Text Example


Text Example

White with #472631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472631; }

 p { color: rgb(71,38,49); }

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

background-color css

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

 a { background-color: rgb(71,38,49); }

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

border-color css

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

 span { border-color: rgb(71,38,49); }

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