Html Css Color HEX #47202A Castro

📋 copy color: '#47202A'

red 71 ◦ green 32 ◦ blue 42

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

Shades of Castro #47202A

Tints of Castro #47202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

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

R = 48.97%
G = 22.07%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47202A (or 0x47202A) is known color: Castro. HEX triplet: 47, 20 and 2A. RGB value is (71,32,42). Sum of RGB (Red+Green+Blue) = 71+32+42=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #47202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47202A is #B8DFD5. Grayscale: #2C2C2C. Windows color (decimal): -12115926 or 2760775. OLE color: 2760775.

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

Color convert

RGB 71 32 42 -
CMYK 0 0.55 0.41 0.72
HSL 344.62º 0.38% 0.2% -
HSV(B) 344.62º 0.55% 0.28% -
XYZ 3.53 2.54 2.49 -
YUV 44.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 71 32 42 0 0.55 0.41 0.72 344.62 0.38 0.2
Hex 47 20 2A 0 37 29 48 159 26 14
Octal 107 40 52 0 67 51 110 531 46 24
Binary 1000111 100000 101010 0 110111 101001 1001000 101011001 100110 10100

Color Harmonies of #47202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47202A

Black with #47202A

Text Example


Text Example

White with #47202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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