Html Css Color HEX #631A3E Pompadour

📋 copy color: '#631A3E'

red 99 ◦ green 26 ◦ blue 62

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

Shades of Pompadour #631A3E

Tints of Pompadour #631A3E

RGB

 RED value IS 99 (39.06% from 255) = 52.94%

 GREEN value IS 26 (10.55% from 255) = 13.9%

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 52.94%
G = 13.9%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#631A3E (or 0x631A3E) is known color: Pompadour. HEX triplet: 63, 1A and 3E. RGB value is (99,26,62). Sum of RGB (Red+Green+Blue) = 99+26+62=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #631A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A3E is #9CE5C1. Grayscale: #333333. Windows color (decimal): -10282434 or 4069987. OLE color: 4069987.

HSL color Cylindrical-coordinate representation of color #631A3E: hue angle of 330.41º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A3E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 26 62 -
CMYK 0 0.74 0.37 0.61
HSL 330.41º 0.58% 0.25% -
HSV(B) 330.41º 0.74% 0.39% -
XYZ 6.38 3.74 4.94 -
YUV 51.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 99 26 62 0 0.74 0.37 0.61 330.41 0.58 0.25
Hex 63 1A 3E 0 4A 25 3D 14A 3A 19
Octal 143 32 76 0 112 45 75 512 72 31
Binary 1100011 11010 111110 0 1001010 100101 111101 101001010 111010 11001

Color Harmonies of #631A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A3E

Black with #631A3E

Text Example


Text Example

White with #631A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631A3E; }

 p { color: rgb(99,26,62); }

 H1.HeaderClassName
 {
   color: #631A3E;
 }
 .AnyTagClassName
 {
   color: #631A3E;
 }
</style>

background-color css

<style>
 a { background-color: #631A3E; }

 a { background-color: rgb(99,26,62); }

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

border-color css

<style>
 span { border-color: #631A3E; }

 span { border-color: rgb(99,26,62); }

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