Html Css Color HEX #47252D Castro

📋 copy color: '#47252D'

red 71 ◦ green 37 ◦ blue 45

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

Shades of Castro #47252D

Tints of Castro #47252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.18%

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

R = 46.41%
G = 24.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47252D (or 0x47252D) is known color: Castro. HEX triplet: 47, 25 and 2D. RGB value is (71,37,45). Sum of RGB (Red+Green+Blue) = 71+37+45=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47252D is #B8DAD2. Grayscale: #303030. Windows color (decimal): -12114643 or 2958663. OLE color: 2958663.

HSL color Cylindrical-coordinate representation of color #47252D: hue angle of 345.88º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47252D is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 45 -
CMYK 0 0.48 0.37 0.72
HSL 345.88º 0.31% 0.21% -
HSV(B) 345.88º 0.48% 0.28% -
XYZ 3.73 2.85 2.84 -
YUV 48.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 71 37 45 0 0.48 0.37 0.72 345.88 0.31 0.21
Hex 47 25 2D 0 30 25 48 15A 1F 15
Octal 107 45 55 0 60 45 110 532 37 25
Binary 1000111 100101 101101 0 110000 100101 1001000 101011010 11111 10101

Color Harmonies of #47252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47252D

Black with #47252D

Text Example


Text Example

White with #47252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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