Html Css Color HEX #48172A Castro

📋 copy color: '#48172A'

red 72 ◦ green 23 ◦ blue 42

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

Shades of Castro #48172A

Tints of Castro #48172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.79%

 BLUE value IS 42 (16.8% from 255) = 30.66%

R = 52.55%
G = 16.79%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48172A (or 0x48172A) is known color: Castro. HEX triplet: 48, 17 and 2A. RGB value is (72,23,42). Sum of RGB (Red+Green+Blue) = 72+23+42=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48172A is #B7E8D5. Grayscale: #272727. Windows color (decimal): -12052694 or 2758472. OLE color: 2758472.

HSL color Cylindrical-coordinate representation of color #48172A: hue angle of 336.73º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48172A is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 42 -
CMYK 0 0.68 0.42 0.72
HSL 336.73º 0.52% 0.19% -
HSV(B) 336.73º 0.68% 0.28% -
XYZ 3.4 2.16 2.43 -
YUV 39.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 72 23 42 0 0.68 0.42 0.72 336.73 0.52 0.19
Hex 48 17 2A 0 44 2A 48 151 34 13
Octal 110 27 52 0 104 52 110 521 64 23
Binary 1001000 10111 101010 0 1000100 101010 1001000 101010001 110100 10011

Color Harmonies of #48172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48172A

Black with #48172A

Text Example


Text Example

White with #48172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48172A; }

 p { color: rgb(72,23,42); }

 H1.HeaderClassName
 {
   color: #48172A;
 }
 .AnyTagClassName
 {
   color: #48172A;
 }
</style>

background-color css

<style>
 a { background-color: #48172A; }

 a { background-color: rgb(72,23,42); }

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

border-color css

<style>
 span { border-color: #48172A; }

 span { border-color: rgb(72,23,42); }

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