Html Css Color HEX #47222C Castro

📋 copy color: '#47222C'

red 71 ◦ green 34 ◦ blue 44

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

Shades of Castro #47222C

Tints of Castro #47222C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 47.65%
G = 22.82%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47222C (or 0x47222C) is known color: Castro. HEX triplet: 47, 22 and 2C. RGB value is (71,34,44). Sum of RGB (Red+Green+Blue) = 71+34+44=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222C is #B8DDD3. Grayscale: #2E2E2E. Windows color (decimal): -12115412 or 2892359. OLE color: 2892359.

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

Color convert

RGB 71 34 44 -
CMYK 0 0.52 0.38 0.72
HSL 343.78º 0.35% 0.21% -
HSV(B) 343.78º 0.52% 0.28% -
XYZ 3.63 2.67 2.71 -
YUV 46.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 71 34 44 0 0.52 0.38 0.72 343.78 0.35 0.21
Hex 47 22 2C 0 34 26 48 158 23 15
Octal 107 42 54 0 64 46 110 530 43 25
Binary 1000111 100010 101100 0 110100 100110 1001000 101011000 100011 10101

Color Harmonies of #47222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47222C

Black with #47222C

Text Example


Text Example

White with #47222C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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