Html Css Color HEX #47242D Castro

📋 copy color: '#47242D'

red 71 ◦ green 36 ◦ blue 45

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

Shades of Castro #47242D

Tints of Castro #47242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.61%

R = 46.71%
G = 23.68%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47242D (or 0x47242D) is known color: Castro. HEX triplet: 47, 24 and 2D. RGB value is (71,36,45). Sum of RGB (Red+Green+Blue) = 71+36+45=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47242D is #B8DBD2. Grayscale: #2F2F2F. Windows color (decimal): -12114899 or 2958407. OLE color: 2958407.

HSL color Cylindrical-coordinate representation of color #47242D: hue angle of 344.57º 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 #47242D is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 36 45 -
CMYK 0 0.49 0.37 0.72
HSL 344.57º 0.33% 0.21% -
HSV(B) 344.57º 0.49% 0.28% -
XYZ 3.7 2.79 2.83 -
YUV 47.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 71 36 45 0 0.49 0.37 0.72 344.57 0.33 0.21
Hex 47 24 2D 0 31 25 48 159 21 15
Octal 107 44 55 0 61 45 110 531 41 25
Binary 1000111 100100 101101 0 110001 100101 1001000 101011001 100001 10101

Color Harmonies of #47242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47242D

Black with #47242D

Text Example


Text Example

White with #47242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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