Html Css Color HEX #48202F Castro

📋 copy color: '#48202F'

red 72 ◦ green 32 ◦ blue 47

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

Shades of Castro #48202F

Tints of Castro #48202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

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

R = 47.68%
G = 21.19%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48202F (or 0x48202F) is known color: Castro. HEX triplet: 48, 20 and 2F. RGB value is (72,32,47). Sum of RGB (Red+Green+Blue) = 72+32+47=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48202F is #B7DFD0. Grayscale: #2D2D2D. Windows color (decimal): -12050385 or 3088456. OLE color: 3088456.

HSL color Cylindrical-coordinate representation of color #48202F: hue angle of 337.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48202F is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 47 -
CMYK 0 0.56 0.35 0.72
HSL 337.5º 0.38% 0.2% -
HSV(B) 337.5º 0.56% 0.28% -
XYZ 3.7 2.62 3 -
YUV 45.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 72 32 47 0 0.56 0.35 0.72 337.5 0.38 0.2
Hex 48 20 2F 0 38 23 48 152 26 14
Octal 110 40 57 0 70 43 110 522 46 24
Binary 1001000 100000 101111 0 111000 100011 1001000 101010010 100110 10100

Color Harmonies of #48202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48202F

Black with #48202F

Text Example


Text Example

White with #48202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,32,47); }

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

background-color css

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

 a { background-color: rgb(72,32,47); }

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

border-color css

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

 span { border-color: rgb(72,32,47); }

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