Html Css Color HEX #482233 Castro

📋 copy color: '#482233'

red 72 ◦ green 34 ◦ blue 51

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

Shades of Castro #482233

Tints of Castro #482233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

 BLUE value IS 51 (20.31% from 255) = 32.48%

R = 45.86%
G = 21.66%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#482233 (or 0x482233) is known color: Castro. HEX triplet: 48, 22 and 33. RGB value is (72,34,51). Sum of RGB (Red+Green+Blue) = 72+34+51=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482233 is #B7DDCC. Grayscale: #2F2F2F. Windows color (decimal): -12049869 or 3351112. OLE color: 3351112.

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

Color convert

RGB 72 34 51 -
CMYK 0 0.53 0.29 0.72
HSL 333.16º 0.36% 0.21% -
HSV(B) 333.16º 0.53% 0.28% -
XYZ 3.84 2.76 3.46 -
YUV 47.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 72 34 51 0 0.53 0.29 0.72 333.16 0.36 0.21
Hex 48 22 33 0 35 1D 48 14D 24 15
Octal 110 42 63 0 65 35 110 515 44 25
Binary 1001000 100010 110011 0 110101 11101 1001000 101001101 100100 10101

Color Harmonies of #482233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482233

Black with #482233

Text Example


Text Example

White with #482233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482233; }

 p { color: rgb(72,34,51); }

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

background-color css

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

 a { background-color: rgb(72,34,51); }

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

border-color css

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

 span { border-color: rgb(72,34,51); }

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