Html Css Color HEX #47232C Castro

📋 copy color: '#47232C'

red 71 ◦ green 35 ◦ blue 44

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

Shades of Castro #47232C

Tints of Castro #47232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 47.33%
G = 23.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47232C (or 0x47232C) is known color: Castro. HEX triplet: 47, 23 and 2C. RGB value is (71,35,44). Sum of RGB (Red+Green+Blue) = 71+35+44=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47232C is #B8DCD3. Grayscale: #2E2E2E. Windows color (decimal): -12115156 or 2892615. OLE color: 2892615.

HSL color Cylindrical-coordinate representation of color #47232C: hue angle of 345º 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 #47232C is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 44 -
CMYK 0 0.51 0.38 0.72
HSL 345º 0.34% 0.21% -
HSV(B) 345º 0.51% 0.28% -
XYZ 3.65 2.72 2.72 -
YUV 46.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 71 35 44 0 0.51 0.38 0.72 345 0.34 0.21
Hex 47 23 2C 0 33 26 48 159 22 15
Octal 107 43 54 0 63 46 110 531 42 25
Binary 1000111 100011 101100 0 110011 100110 1001000 101011001 100010 10101

Color Harmonies of #47232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47232C

Black with #47232C

Text Example


Text Example

White with #47232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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