Html Css Color HEX #481A2A Castro

📋 copy color: '#481A2A'

red 72 ◦ green 26 ◦ blue 42

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

Shades of Castro #481A2A

Tints of Castro #481A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.57%

 BLUE value IS 42 (16.8% from 255) = 30%

R = 51.43%
G = 18.57%
B = 30%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#481A2A (or 0x481A2A) is known color: Castro. HEX triplet: 48, 1A and 2A. RGB value is (72,26,42). Sum of RGB (Red+Green+Blue) = 72+26+42=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #481A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A2A is #B7E5D5. Grayscale: #292929. Windows color (decimal): -12051926 or 2759240. OLE color: 2759240.

HSL color Cylindrical-coordinate representation of color #481A2A: hue angle of 339.13º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A2A is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 26 42 -
CMYK 0 0.64 0.42 0.72
HSL 339.13º 0.47% 0.19% -
HSV(B) 339.13º 0.64% 0.28% -
XYZ 3.46 2.28 2.45 -
YUV 41.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 72 26 42 0 0.64 0.42 0.72 339.13 0.47 0.19
Hex 48 1A 2A 0 40 2A 48 153 2F 13
Octal 110 32 52 0 100 52 110 523 57 23
Binary 1001000 11010 101010 0 1000000 101010 1001000 101010011 101111 10011

Color Harmonies of #481A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A2A

Black with #481A2A

Text Example


Text Example

White with #481A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481A2A; }

 p { color: rgb(72,26,42); }

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

background-color css

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

 a { background-color: rgb(72,26,42); }

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

border-color css

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

 span { border-color: rgb(72,26,42); }

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