Html Css Color HEX #51303D Barossa

📋 copy color: '#51303D'

red 81 ◦ green 48 ◦ blue 61

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

Shades of Barossa #51303D

Tints of Barossa #51303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

 BLUE value IS 61 (24.22% from 255) = 32.11%

R = 42.63%
G = 25.26%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#51303D (or 0x51303D) is known color: Barossa. HEX triplet: 51, 30 and 3D. RGB value is (81,48,61). Sum of RGB (Red+Green+Blue) = 81+48+61=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #51303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51303D is #AECFC2. Grayscale: #3B3B3B. Windows color (decimal): -11456451 or 4010065. OLE color: 4010065.

HSL color Cylindrical-coordinate representation of color #51303D: hue angle of 336.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51303D is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 48 61 -
CMYK 0 0.41 0.25 0.68
HSL 336.36º 0.26% 0.25% -
HSV(B) 336.36º 0.41% 0.32% -
XYZ 5.29 4.2 4.95 -
YUV 59.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 81 48 61 0 0.41 0.25 0.68 336.36 0.26 0.25
Hex 51 30 3D 0 29 19 44 150 1A 19
Octal 121 60 75 0 51 31 104 520 32 31
Binary 1010001 110000 111101 0 101001 11001 1000100 101010000 11010 11001

Color Harmonies of #51303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51303D

Black with #51303D

Text Example


Text Example

White with #51303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51303D; }

 p { color: rgb(81,48,61); }

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

background-color css

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

 a { background-color: rgb(81,48,61); }

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

border-color css

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

 span { border-color: rgb(81,48,61); }

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