Html Css Color HEX #47182A Castro

📋 copy color: '#47182A'

red 71 ◦ green 24 ◦ blue 42

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

Shades of Castro #47182A

Tints of Castro #47182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.52%

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

R = 51.82%
G = 17.52%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47182A (or 0x47182A) is known color: Castro. HEX triplet: 47, 18 and 2A. RGB value is (71,24,42). Sum of RGB (Red+Green+Blue) = 71+24+42=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47182A is #B8E7D5. Grayscale: #282828. Windows color (decimal): -12117974 or 2758727. OLE color: 2758727.

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

Color convert

RGB 71 24 42 -
CMYK 0 0.66 0.41 0.72
HSL 337.02º 0.49% 0.19% -
HSV(B) 337.02º 0.66% 0.28% -
XYZ 3.34 2.16 2.43 -
YUV 40.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 71 24 42 0 0.66 0.41 0.72 337.02 0.49 0.19
Hex 47 18 2A 0 42 29 48 151 31 13
Octal 107 30 52 0 102 51 110 521 61 23
Binary 1000111 11000 101010 0 1000010 101001 1001000 101010001 110001 10011

Color Harmonies of #47182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47182A

Black with #47182A

Text Example


Text Example

White with #47182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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