Html Css Color HEX #40321F Clinker

📋 copy color: '#40321F'

red 64 ◦ green 50 ◦ blue 31

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

Shades of Clinker #40321F

Tints of Clinker #40321F

RGB

 RED value IS 64 (25.39% from 255) = 44.14%

 GREEN value IS 50 (19.92% from 255) = 34.48%

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 44.14%
G = 34.48%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40321F (or 0x40321F) is known color: Clinker. HEX triplet: 40, 32 and 1F. RGB value is (64,50,31). Sum of RGB (Red+Green+Blue) = 64+50+31=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40321F is #BFCDE0. Grayscale: #343434. Windows color (decimal): -12570081 or 2044480. OLE color: 2044480.

HSL color Cylindrical-coordinate representation of color #40321F: hue angle of 34.55º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40321F is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 50 31 -
CMYK 0 0.22 0.52 0.75
HSL 34.55º 0.35% 0.19% -
HSV(B) 34.55º 0.52% 0.25% -
XYZ 3.5 3.47 1.78 -
YUV 52.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 64 50 31 0 0.22 0.52 0.75 34.55 0.35 0.19
Hex 40 32 1F 0 16 34 4B 23 23 13
Octal 100 62 37 0 26 64 113 43 43 23
Binary 1000000 110010 11111 0 10110 110100 1001011 100011 100011 10011

Color Harmonies of #40321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40321F

Black with #40321F

Text Example


Text Example

White with #40321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40321F; }

 p { color: rgb(64,50,31); }

 H1.HeaderClassName
 {
   color: #40321F;
 }
 .AnyTagClassName
 {
   color: #40321F;
 }
</style>

background-color css

<style>
 a { background-color: #40321F; }

 a { background-color: rgb(64,50,31); }

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

border-color css

<style>
 span { border-color: #40321F; }

 span { border-color: rgb(64,50,31); }

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