Html Css Color HEX #830C3D Pompadour

📋 copy color: '#830C3D'

red 131 ◦ green 12 ◦ blue 61

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

Shades of Pompadour #830C3D

Tints of Pompadour #830C3D

RGB

 RED value IS 131 (51.56% from 255) = 64.22%

 GREEN value IS 12 (5.08% from 255) = 5.88%

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

R = 64.22%
G = 5.88%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#830C3D (or 0x830C3D) is known color: Pompadour. HEX triplet: 83, 0C and 3D. RGB value is (131,12,61). Sum of RGB (Red+Green+Blue) = 131+12+61=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #830C3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830C3D is #7CF3C2. Grayscale: #353535. Windows color (decimal): -8188867 or 4000899. OLE color: 4000899.

HSL color Cylindrical-coordinate representation of color #830C3D: hue angle of 335.29º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830C3D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 12 61 -
CMYK 0 0.91 0.53 0.49
HSL 335.29º 0.83% 0.28% -
HSV(B) 335.29º 0.91% 0.51% -
XYZ 10.33 5.43 4.92 -
YUV 53.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 131 12 61 0 0.91 0.53 0.49 335.29 0.83 0.28
Hex 83 C 3D 0 5B 35 31 14F 53 1C
Octal 203 14 75 0 133 65 61 517 123 34
Binary 10000011 1100 111101 0 1011011 110101 110001 101001111 1010011 11100

Color Harmonies of #830C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830C3D

Black with #830C3D

Text Example


Text Example

White with #830C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830C3D; }

 p { color: rgb(131,12,61); }

 H1.HeaderClassName
 {
   color: #830C3D;
 }
 .AnyTagClassName
 {
   color: #830C3D;
 }
</style>

background-color css

<style>
 a { background-color: #830C3D; }

 a { background-color: rgb(131,12,61); }

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

border-color css

<style>
 span { border-color: #830C3D; }

 span { border-color: rgb(131,12,61); }

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