Html Css Color HEX #51152B Castro

📋 copy color: '#51152B'

red 81 ◦ green 21 ◦ blue 43

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

Shades of Castro #51152B

Tints of Castro #51152B

RGB

 RED value IS 81 (32.03% from 255) = 55.86%

 GREEN value IS 21 (8.59% from 255) = 14.48%

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

R = 55.86%
G = 14.48%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51152B (or 0x51152B) is known color: Castro. HEX triplet: 51, 15 and 2B. RGB value is (81,21,43). Sum of RGB (Red+Green+Blue) = 81+21+43=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51152B is #AEEAD4. Grayscale: #292929. Windows color (decimal): -11463381 or 2823505. OLE color: 2823505.

HSL color Cylindrical-coordinate representation of color #51152B: hue angle of 338º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51152B is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 21 43 -
CMYK 0 0.74 0.47 0.68
HSL 338º 0.59% 0.2% -
HSV(B) 338º 0.74% 0.32% -
XYZ 4.1 2.46 2.54 -
YUV 41.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 81 21 43 0 0.74 0.47 0.68 338 0.59 0.2
Hex 51 15 2B 0 4A 2F 44 152 3B 14
Octal 121 25 53 0 112 57 104 522 73 24
Binary 1010001 10101 101011 0 1001010 101111 1000100 101010010 111011 10100

Color Harmonies of #51152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51152B

Black with #51152B

Text Example


Text Example

White with #51152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51152B; }

 p { color: rgb(81,21,43); }

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

background-color css

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

 a { background-color: rgb(81,21,43); }

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

border-color css

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

 span { border-color: rgb(81,21,43); }

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