Html Css Color HEX #48212E Castro

📋 copy color: '#48212E'

red 72 ◦ green 33 ◦ blue 46

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

Shades of Castro #48212E

Tints of Castro #48212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 47.68%
G = 21.85%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48212E (or 0x48212E) is known color: Castro. HEX triplet: 48, 21 and 2E. RGB value is (72,33,46). Sum of RGB (Red+Green+Blue) = 72+33+46=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48212E is #B7DED1. Grayscale: #2E2E2E. Windows color (decimal): -12050130 or 3023176. OLE color: 3023176.

HSL color Cylindrical-coordinate representation of color #48212E: hue angle of 340º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48212E is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 46 -
CMYK 0 0.54 0.36 0.72
HSL 340º 0.37% 0.21% -
HSV(B) 340º 0.54% 0.28% -
XYZ 3.71 2.66 2.9 -
YUV 46.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 72 33 46 0 0.54 0.36 0.72 340 0.37 0.21
Hex 48 21 2E 0 36 24 48 154 25 15
Octal 110 41 56 0 66 44 110 524 45 25
Binary 1001000 100001 101110 0 110110 100100 1001000 101010100 100101 10101

Color Harmonies of #48212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48212E

Black with #48212E

Text Example


Text Example

White with #48212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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