Html Css Color HEX #48192C Castro

📋 copy color: '#48192C'

red 72 ◦ green 25 ◦ blue 44

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

Shades of Castro #48192C

Tints of Castro #48192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

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

R = 51.06%
G = 17.73%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48192C (or 0x48192C) is known color: Castro. HEX triplet: 48, 19 and 2C. RGB value is (72,25,44). Sum of RGB (Red+Green+Blue) = 72+25+44=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48192C is #B7E6D3. Grayscale: #292929. Windows color (decimal): -12052180 or 2890056. OLE color: 2890056.

HSL color Cylindrical-coordinate representation of color #48192C: hue angle of 335.74º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48192C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 44 -
CMYK 0 0.65 0.39 0.72
HSL 335.74º 0.48% 0.19% -
HSV(B) 335.74º 0.65% 0.28% -
XYZ 3.47 2.25 2.63 -
YUV 41.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 72 25 44 0 0.65 0.39 0.72 335.74 0.48 0.19
Hex 48 19 2C 0 41 27 48 150 30 13
Octal 110 31 54 0 101 47 110 520 60 23
Binary 1001000 11001 101100 0 1000001 100111 1001000 101010000 110000 10011

Color Harmonies of #48192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48192C

Black with #48192C

Text Example


Text Example

White with #48192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,25,44); }

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

background-color css

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

 a { background-color: rgb(72,25,44); }

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

border-color css

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

 span { border-color: rgb(72,25,44); }

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