Html Css Color HEX #481727 Castro

📋 copy color: '#481727'

red 72 ◦ green 23 ◦ blue 39

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

Shades of Castro #481727

Tints of Castro #481727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.1%

R = 53.73%
G = 17.16%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#481727 (or 0x481727) is known color: Castro. HEX triplet: 48, 17 and 27. RGB value is (72,23,39). Sum of RGB (Red+Green+Blue) = 72+23+39=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481727 is #B7E8D8. Grayscale: #272727. Windows color (decimal): -12052697 or 2561864. OLE color: 2561864.

HSL color Cylindrical-coordinate representation of color #481727: hue angle of 340.41º 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 #481727 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 39 -
CMYK 0 0.68 0.46 0.72
HSL 340.41º 0.52% 0.19% -
HSV(B) 340.41º 0.68% 0.28% -
XYZ 3.35 2.14 2.16 -
YUV 39.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 72 23 39 0 0.68 0.46 0.72 340.41 0.52 0.19
Hex 48 17 27 0 44 2E 48 154 34 13
Octal 110 27 47 0 104 56 110 524 64 23
Binary 1001000 10111 100111 0 1000100 101110 1001000 101010100 110100 10011

Color Harmonies of #481727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481727

Black with #481727

Text Example


Text Example

White with #481727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481727; }

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

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

background-color css

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

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

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

border-color css

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

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

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