Html Css Color HEX #482832 Castro

📋 copy color: '#482832'

red 72 ◦ green 40 ◦ blue 50

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

Shades of Castro #482832

Tints of Castro #482832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.69%

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 44.44%
G = 24.69%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#482832 (or 0x482832) is known color: Castro. HEX triplet: 48, 28 and 32. RGB value is (72,40,50). Sum of RGB (Red+Green+Blue) = 72+40+50=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482832 is #B7D7CD. Grayscale: #323232. Windows color (decimal): -12048334 or 3287112. OLE color: 3287112.

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

Color convert

RGB 72 40 50 -
CMYK 0 0.44 0.31 0.72
HSL 341.25º 0.29% 0.22% -
HSV(B) 341.25º 0.44% 0.28% -
XYZ 4.01 3.13 3.41 -
YUV 50.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 72 40 50 0 0.44 0.31 0.72 341.25 0.29 0.22
Hex 48 28 32 0 2C 1F 48 155 1D 16
Octal 110 50 62 0 54 37 110 525 35 26
Binary 1001000 101000 110010 0 101100 11111 1001000 101010101 11101 10110

Color Harmonies of #482832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482832

Black with #482832

Text Example


Text Example

White with #482832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482832; }

 p { color: rgb(72,40,50); }

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

background-color css

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

 a { background-color: rgb(72,40,50); }

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

border-color css

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

 span { border-color: rgb(72,40,50); }

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