Html Css Color HEX #82412C Cumin

📋 copy color: '#82412C'

red 130 ◦ green 65 ◦ blue 44

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

Shades of Cumin #82412C

Tints of Cumin #82412C

RGB

 RED value IS 130 (51.17% from 255) = 54.39%

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 54.39%
G = 27.2%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#82412C (or 0x82412C) is known color: Cumin. HEX triplet: 82, 41 and 2C. RGB value is (130,65,44). Sum of RGB (Red+Green+Blue) = 130+65+44=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82412C is #7DBED3. Grayscale: #525252. Windows color (decimal): -8240852 or 2900354. OLE color: 2900354.

HSL color Cylindrical-coordinate representation of color #82412C: hue angle of 14.65º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82412C is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 44 -
CMYK 0 0.50 0.66 0.49
HSL 14.65º 0.49% 0.34% -
HSV(B) 14.65º 0.66% 0.51% -
XYZ 11.55 8.71 3.45 -
YUV 82.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 130 65 44 0 0.50 0.66 0.49 14.65 0.49 0.34
Hex 82 41 2C 0 32 42 31 F 31 22
Octal 202 101 54 0 62 102 61 17 61 42
Binary 10000010 1000001 101100 0 110010 1000010 110001 1111 110001 100010

Color Harmonies of #82412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82412C

Black with #82412C

Text Example


Text Example

White with #82412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82412C; }

 p { color: rgb(130,65,44); }

 H1.HeaderClassName
 {
   color: #82412C;
 }
 .AnyTagClassName
 {
   color: #82412C;
 }
</style>

background-color css

<style>
 a { background-color: #82412C; }

 a { background-color: rgb(130,65,44); }

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

border-color css

<style>
 span { border-color: #82412C; }

 span { border-color: rgb(130,65,44); }

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