Html Css Color HEX #47212E Castro

📋 copy color: '#47212E'

red 71 ◦ green 33 ◦ blue 46

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

Shades of Castro #47212E

Tints of Castro #47212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.67%

R = 47.33%
G = 22%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47212E (or 0x47212E) is known color: Castro. HEX triplet: 47, 21 and 2E. RGB value is (71,33,46). Sum of RGB (Red+Green+Blue) = 71+33+46=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47212E is #B8DED1. Grayscale: #2D2D2D. Windows color (decimal): -12115666 or 3023175. OLE color: 3023175.

HSL color Cylindrical-coordinate representation of color #47212E: hue angle of 339.47º 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 #47212E is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 33 46 -
CMYK 0 0.54 0.35 0.72
HSL 339.47º 0.37% 0.2% -
HSV(B) 339.47º 0.54% 0.28% -
XYZ 3.64 2.62 2.9 -
YUV 45.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 71 33 46 0 0.54 0.35 0.72 339.47 0.37 0.2
Hex 47 21 2E 0 36 23 48 153 25 14
Octal 107 41 56 0 66 43 110 523 45 24
Binary 1000111 100001 101110 0 110110 100011 1001000 101010011 100101 10100

Color Harmonies of #47212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47212E

Black with #47212E

Text Example


Text Example

White with #47212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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