Html Css Color HEX #481729 Castro

📋 copy color: '#481729'

red 72 ◦ green 23 ◦ blue 41

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

Shades of Castro #481729

Tints of Castro #481729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

 BLUE value IS 41 (16.41% from 255) = 30.15%

R = 52.94%
G = 16.91%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#481729 (or 0x481729) is known color: Castro. HEX triplet: 48, 17 and 29. RGB value is (72,23,41). Sum of RGB (Red+Green+Blue) = 72+23+41=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481729 is #B7E8D6. Grayscale: #272727. Windows color (decimal): -12052695 or 2692936. OLE color: 2692936.

HSL color Cylindrical-coordinate representation of color #481729: hue angle of 337.96º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481729 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 41 -
CMYK 0 0.68 0.43 0.72
HSL 337.96º 0.52% 0.19% -
HSV(B) 337.96º 0.68% 0.28% -
XYZ 3.38 2.15 2.33 -
YUV 39.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 72 23 41 0 0.68 0.43 0.72 337.96 0.52 0.19
Hex 48 17 29 0 44 2B 48 152 34 13
Octal 110 27 51 0 104 53 110 522 64 23
Binary 1001000 10111 101001 0 1000100 101011 1001000 101010010 110100 10011

Color Harmonies of #481729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481729

Black with #481729

Text Example


Text Example

White with #481729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481729; }

 p { color: rgb(72,23,41); }

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

background-color css

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

 a { background-color: rgb(72,23,41); }

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

border-color css

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

 span { border-color: rgb(72,23,41); }

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