Html Css Color HEX #48212F Castro

📋 copy color: '#48212F'

red 72 ◦ green 33 ◦ blue 47

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

Shades of Castro #48212F

Tints of Castro #48212F

RGB

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

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

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

R = 47.37%
G = 21.71%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48212F (or 0x48212F) is known color: Castro. HEX triplet: 48, 21 and 2F. RGB value is (72,33,47). Sum of RGB (Red+Green+Blue) = 72+33+47=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48212F is #B7DED0. Grayscale: #2E2E2E. Windows color (decimal): -12050129 or 3088712. OLE color: 3088712.

HSL color Cylindrical-coordinate representation of color #48212F: hue angle of 338.46º 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 #48212F is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 47 -
CMYK 0 0.54 0.35 0.72
HSL 338.46º 0.37% 0.21% -
HSV(B) 338.46º 0.54% 0.28% -
XYZ 3.73 2.67 3.01 -
YUV 46.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 72 33 47 0 0.54 0.35 0.72 338.46 0.37 0.21
Hex 48 21 2F 0 36 23 48 152 25 15
Octal 110 41 57 0 66 43 110 522 45 25
Binary 1001000 100001 101111 0 110110 100011 1001000 101010010 100101 10101

Color Harmonies of #48212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48212F

Black with #48212F

Text Example


Text Example

White with #48212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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