Html Css Color HEX #47212C Castro

📋 copy color: '#47212C'

red 71 ◦ green 33 ◦ blue 44

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

Shades of Castro #47212C

Tints of Castro #47212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.3%

 BLUE value IS 44 (17.58% from 255) = 29.73%

R = 47.97%
G = 22.3%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47212C (or 0x47212C) is known color: Castro. HEX triplet: 47, 21 and 2C. RGB value is (71,33,44). Sum of RGB (Red+Green+Blue) = 71+33+44=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47212C is #B8DED3. Grayscale: #2D2D2D. Windows color (decimal): -12115668 or 2892103. OLE color: 2892103.

HSL color Cylindrical-coordinate representation of color #47212C: hue angle of 342.63º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47212C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 33 44 -
CMYK 0 0.54 0.38 0.72
HSL 342.63º 0.37% 0.2% -
HSV(B) 342.63º 0.54% 0.28% -
XYZ 3.6 2.61 2.7 -
YUV 45.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 71 33 44 0 0.54 0.38 0.72 342.63 0.37 0.2
Hex 47 21 2C 0 36 26 48 157 25 14
Octal 107 41 54 0 66 46 110 527 45 24
Binary 1000111 100001 101100 0 110110 100110 1001000 101010111 100101 10100

Color Harmonies of #47212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47212C

Black with #47212C

Text Example


Text Example

White with #47212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47212C; }

 p { color: rgb(71,33,44); }

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

background-color css

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

 a { background-color: rgb(71,33,44); }

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

border-color css

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

 span { border-color: rgb(71,33,44); }

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