Html Css Color HEX #47222D Castro

📋 copy color: '#47222D'

red 71 ◦ green 34 ◦ blue 45

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

Shades of Castro #47222D

Tints of Castro #47222D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30%

R = 47.33%
G = 22.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47222D (or 0x47222D) is known color: Castro. HEX triplet: 47, 22 and 2D. RGB value is (71,34,45). Sum of RGB (Red+Green+Blue) = 71+34+45=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222D is #B8DDD2. Grayscale: #2E2E2E. Windows color (decimal): -12115411 or 2957895. OLE color: 2957895.

HSL color Cylindrical-coordinate representation of color #47222D: hue angle of 342.16º 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 #47222D is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 45 -
CMYK 0 0.52 0.37 0.72
HSL 342.16º 0.35% 0.21% -
HSV(B) 342.16º 0.52% 0.28% -
XYZ 3.64 2.67 2.81 -
YUV 46.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 71 34 45 0 0.52 0.37 0.72 342.16 0.35 0.21
Hex 47 22 2D 0 34 25 48 156 23 15
Octal 107 42 55 0 64 45 110 526 43 25
Binary 1000111 100010 101101 0 110100 100101 1001000 101010110 100011 10101

Color Harmonies of #47222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47222D

Black with #47222D

Text Example


Text Example

White with #47222D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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