Html Css Color HEX #51391D Clinker

📋 copy color: '#51391D'

red 81 ◦ green 57 ◦ blue 29

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

Shades of Clinker #51391D

Tints of Clinker #51391D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.13%

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 48.5%
G = 34.13%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51391D (or 0x51391D) is known color: Clinker. HEX triplet: 51, 39 and 1D. RGB value is (81,57,29). Sum of RGB (Red+Green+Blue) = 81+57+29=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51391D is #AEC6E2. Grayscale: #3D3D3D. Windows color (decimal): -11454179 or 1915217. OLE color: 1915217.

HSL color Cylindrical-coordinate representation of color #51391D: hue angle of 32.31º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51391D is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 57 29 -
CMYK 0 0.30 0.64 0.68
HSL 32.31º 0.47% 0.22% -
HSV(B) 32.31º 0.64% 0.32% -
XYZ 5.08 4.76 1.81 -
YUV 60.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 81 57 29 0 0.30 0.64 0.68 32.31 0.47 0.22
Hex 51 39 1D 0 1E 40 44 20 2F 16
Octal 121 71 35 0 36 100 104 40 57 26
Binary 1010001 111001 11101 0 11110 1000000 1000100 100000 101111 10110

Color Harmonies of #51391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51391D

Black with #51391D

Text Example


Text Example

White with #51391D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,57,29); }

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

background-color css

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

 a { background-color: rgb(81,57,29); }

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

border-color css

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

 span { border-color: rgb(81,57,29); }

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