Html Css Color HEX #48232E Castro

📋 copy color: '#48232E'

red 72 ◦ green 35 ◦ blue 46

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

Shades of Castro #48232E

Tints of Castro #48232E

RGB

 RED value IS 72 (28.52% from 255) = 47.06%

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

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 47.06%
G = 22.88%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48232E (or 0x48232E) is known color: Castro. HEX triplet: 48, 23 and 2E. RGB value is (72,35,46). Sum of RGB (Red+Green+Blue) = 72+35+46=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48232E is #B7DCD1. Grayscale: #2F2F2F. Windows color (decimal): -12049618 or 3023688. OLE color: 3023688.

HSL color Cylindrical-coordinate representation of color #48232E: hue angle of 342.16º degrees, saturation: 0.35, 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 #48232E is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 46 -
CMYK 0 0.51 0.36 0.72
HSL 342.16º 0.35% 0.21% -
HSV(B) 342.16º 0.51% 0.28% -
XYZ 3.77 2.78 2.92 -
YUV 47.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 72 35 46 0 0.51 0.36 0.72 342.16 0.35 0.21
Hex 48 23 2E 0 33 24 48 156 23 15
Octal 110 43 56 0 63 44 110 526 43 25
Binary 1001000 100011 101110 0 110011 100100 1001000 101010110 100011 10101

Color Harmonies of #48232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48232E

Black with #48232E

Text Example


Text Example

White with #48232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48232E; }

 p { color: rgb(72,35,46); }

 H1.HeaderClassName
 {
   color: #48232E;
 }
 .AnyTagClassName
 {
   color: #48232E;
 }
</style>

background-color css

<style>
 a { background-color: #48232E; }

 a { background-color: rgb(72,35,46); }

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

border-color css

<style>
 span { border-color: #48232E; }

 span { border-color: rgb(72,35,46); }

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