Html Css Color HEX #47242E Castro

📋 copy color: '#47242E'

red 71 ◦ green 36 ◦ blue 46

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

Shades of Castro #47242E

Tints of Castro #47242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.53%

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

R = 46.41%
G = 23.53%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47242E (or 0x47242E) is known color: Castro. HEX triplet: 47, 24 and 2E. RGB value is (71,36,46). Sum of RGB (Red+Green+Blue) = 71+36+46=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47242E is #B8DBD1. Grayscale: #2F2F2F. Windows color (decimal): -12114898 or 3023943. OLE color: 3023943.

HSL color Cylindrical-coordinate representation of color #47242E: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47242E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 36 46 -
CMYK 0 0.49 0.35 0.72
HSL 342.86º 0.33% 0.21% -
HSV(B) 342.86º 0.49% 0.28% -
XYZ 3.72 2.8 2.93 -
YUV 47.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 71 36 46 0 0.49 0.35 0.72 342.86 0.33 0.21
Hex 47 24 2E 0 31 23 48 157 21 15
Octal 107 44 56 0 61 43 110 527 41 25
Binary 1000111 100100 101110 0 110001 100011 1001000 101010111 100001 10101

Color Harmonies of #47242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47242E

Black with #47242E

Text Example


Text Example

White with #47242E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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