Html Css Color HEX #47252F Castro

📋 copy color: '#47252F'

red 71 ◦ green 37 ◦ blue 47

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

Shades of Castro #47252F

Tints of Castro #47252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 45.81%
G = 23.87%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47252F (or 0x47252F) is known color: Castro. HEX triplet: 47, 25 and 2F. RGB value is (71,37,47). Sum of RGB (Red+Green+Blue) = 71+37+47=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47252F is #B8DAD0. Grayscale: #303030. Windows color (decimal): -12114641 or 3089735. OLE color: 3089735.

HSL color Cylindrical-coordinate representation of color #47252F: hue angle of 342.35º 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 #47252F is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 47 -
CMYK 0 0.48 0.34 0.72
HSL 342.35º 0.31% 0.21% -
HSV(B) 342.35º 0.48% 0.28% -
XYZ 3.77 2.87 3.04 -
YUV 48.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 71 37 47 0 0.48 0.34 0.72 342.35 0.31 0.21
Hex 47 25 2F 0 30 22 48 156 1F 15
Octal 107 45 57 0 60 42 110 526 37 25
Binary 1000111 100101 101111 0 110000 100010 1001000 101010110 11111 10101

Color Harmonies of #47252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47252F

Black with #47252F

Text Example


Text Example

White with #47252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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