Html Css Color HEX #481A2B Castro

📋 copy color: '#481A2B'

red 72 ◦ green 26 ◦ blue 43

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

Shades of Castro #481A2B

Tints of Castro #481A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 51.06%
G = 18.44%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#481A2B (or 0x481A2B) is known color: Castro. HEX triplet: 48, 1A and 2B. RGB value is (72,26,43). Sum of RGB (Red+Green+Blue) = 72+26+43=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A2B is #B7E5D4. Grayscale: #292929. Windows color (decimal): -12051925 or 2824776. OLE color: 2824776.

HSL color Cylindrical-coordinate representation of color #481A2B: hue angle of 337.83º 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 #481A2B is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 26 43 -
CMYK 0 0.64 0.40 0.72
HSL 337.83º 0.47% 0.19% -
HSV(B) 337.83º 0.64% 0.28% -
XYZ 3.48 2.29 2.54 -
YUV 41.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 72 26 43 0 0.64 0.40 0.72 337.83 0.47 0.19
Hex 48 1A 2B 0 40 28 48 152 2F 13
Octal 110 32 53 0 100 50 110 522 57 23
Binary 1001000 11010 101011 0 1000000 101000 1001000 101010010 101111 10011

Color Harmonies of #481A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A2B

Black with #481A2B

Text Example


Text Example

White with #481A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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