Html Css Color HEX #47192A Castro

📋 copy color: '#47192A'

red 71 ◦ green 25 ◦ blue 42

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

Shades of Castro #47192A

Tints of Castro #47192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.12%

 BLUE value IS 42 (16.8% from 255) = 30.43%

R = 51.45%
G = 18.12%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47192A (or 0x47192A) is known color: Castro. HEX triplet: 47, 19 and 2A. RGB value is (71,25,42). Sum of RGB (Red+Green+Blue) = 71+25+42=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47192A is #B8E6D5. Grayscale: #282828. Windows color (decimal): -12117718 or 2758983. OLE color: 2758983.

HSL color Cylindrical-coordinate representation of color #47192A: hue angle of 337.83º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47192A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 25 42 -
CMYK 0 0.65 0.41 0.72
HSL 337.83º 0.48% 0.19% -
HSV(B) 337.83º 0.65% 0.28% -
XYZ 3.36 2.2 2.44 -
YUV 40.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 71 25 42 0 0.65 0.41 0.72 337.83 0.48 0.19
Hex 47 19 2A 0 41 29 48 152 30 13
Octal 107 31 52 0 101 51 110 522 60 23
Binary 1000111 11001 101010 0 1000001 101001 1001000 101010010 110000 10011

Color Harmonies of #47192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47192A

Black with #47192A

Text Example


Text Example

White with #47192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47192A; }

 p { color: rgb(71,25,42); }

 H1.HeaderClassName
 {
   color: #47192A;
 }
 .AnyTagClassName
 {
   color: #47192A;
 }
</style>

background-color css

<style>
 a { background-color: #47192A; }

 a { background-color: rgb(71,25,42); }

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

border-color css

<style>
 span { border-color: #47192A; }

 span { border-color: rgb(71,25,42); }

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