Html Css Color HEX #47232F Castro

📋 copy color: '#47232F'

red 71 ◦ green 35 ◦ blue 47

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

Shades of Castro #47232F

Tints of Castro #47232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

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

R = 46.41%
G = 22.88%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47232F (or 0x47232F) is known color: Castro. HEX triplet: 47, 23 and 2F. RGB value is (71,35,47). Sum of RGB (Red+Green+Blue) = 71+35+47=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47232F is #B8DCD0. Grayscale: #2F2F2F. Windows color (decimal): -12115153 or 3089223. OLE color: 3089223.

HSL color Cylindrical-coordinate representation of color #47232F: hue angle of 340º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47232F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 47 -
CMYK 0 0.51 0.34 0.72
HSL 340º 0.34% 0.21% -
HSV(B) 340º 0.51% 0.28% -
XYZ 3.71 2.75 3.02 -
YUV 47.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 71 35 47 0 0.51 0.34 0.72 340 0.34 0.21
Hex 47 23 2F 0 33 22 48 154 22 15
Octal 107 43 57 0 63 42 110 524 42 25
Binary 1000111 100011 101111 0 110011 100010 1001000 101010100 100010 10101

Color Harmonies of #47232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47232F

Black with #47232F

Text Example


Text Example

White with #47232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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