Html Css Color HEX #48202E Castro

📋 copy color: '#48202E'

red 72 ◦ green 32 ◦ blue 46

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

Shades of Castro #48202E

Tints of Castro #48202E

RGB

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

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

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

R = 48%
G = 21.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48202E (or 0x48202E) is known color: Castro. HEX triplet: 48, 20 and 2E. RGB value is (72,32,46). Sum of RGB (Red+Green+Blue) = 72+32+46=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48202E is #B7DFD1. Grayscale: #2D2D2D. Windows color (decimal): -12050386 or 3022920. OLE color: 3022920.

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

Color convert

RGB 72 32 46 -
CMYK 0 0.56 0.36 0.72
HSL 339º 0.38% 0.2% -
HSV(B) 339º 0.56% 0.28% -
XYZ 3.68 2.61 2.89 -
YUV 45.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 72 32 46 0 0.56 0.36 0.72 339 0.38 0.2
Hex 48 20 2E 0 38 24 48 153 26 14
Octal 110 40 56 0 70 44 110 523 46 24
Binary 1001000 100000 101110 0 111000 100100 1001000 101010011 100110 10100

Color Harmonies of #48202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48202E

Black with #48202E

Text Example


Text Example

White with #48202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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