Html Css Color HEX #481B2E Castro

📋 copy color: '#481B2E'

red 72 ◦ green 27 ◦ blue 46

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

Shades of Castro #481B2E

Tints of Castro #481B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.62%

 BLUE value IS 46 (18.36% from 255) = 31.72%

R = 49.66%
G = 18.62%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#481B2E (or 0x481B2E) is known color: Castro. HEX triplet: 48, 1B and 2E. RGB value is (72,27,46). Sum of RGB (Red+Green+Blue) = 72+27+46=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B2E is #B7E4D1. Grayscale: #2A2A2A. Windows color (decimal): -12051666 or 3021640. OLE color: 3021640.

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

Color convert

RGB 72 27 46 -
CMYK 0 0.62 0.36 0.72
HSL 334.67º 0.45% 0.19% -
HSV(B) 334.67º 0.63% 0.28% -
XYZ 3.56 2.36 2.85 -
YUV 42.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 72 27 46 0 0.62 0.36 0.72 334.67 0.45 0.19
Hex 48 1B 2E 0 3E 24 48 14F 2D 13
Octal 110 33 56 0 76 44 110 517 55 23
Binary 1001000 11011 101110 0 111110 100100 1001000 101001111 101101 10011

Color Harmonies of #481B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B2E

Black with #481B2E

Text Example


Text Example

White with #481B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,27,46); }

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

background-color css

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

 a { background-color: rgb(72,27,46); }

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

border-color css

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

 span { border-color: rgb(72,27,46); }

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