Html Css Color HEX #47222F Castro

📋 copy color: '#47222F'

red 71 ◦ green 34 ◦ blue 47

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

Shades of Castro #47222F

Tints of Castro #47222F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.92%

R = 46.71%
G = 22.37%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47222F (or 0x47222F) is known color: Castro. HEX triplet: 47, 22 and 2F. RGB value is (71,34,47). Sum of RGB (Red+Green+Blue) = 71+34+47=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222F is #B8DDD0. Grayscale: #2E2E2E. Windows color (decimal): -12115409 or 3088967. OLE color: 3088967.

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

Color convert

RGB 71 34 47 -
CMYK 0 0.52 0.34 0.72
HSL 338.92º 0.35% 0.21% -
HSV(B) 338.92º 0.52% 0.28% -
XYZ 3.68 2.69 3.01 -
YUV 46.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 71 34 47 0 0.52 0.34 0.72 338.92 0.35 0.21
Hex 47 22 2F 0 34 22 48 153 23 15
Octal 107 42 57 0 64 42 110 523 43 25
Binary 1000111 100010 101111 0 110100 100010 1001000 101010011 100011 10101

Color Harmonies of #47222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47222F

Black with #47222F

Text Example


Text Example

White with #47222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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