Html Css Color HEX #631A45 Pompadour

📋 copy color: '#631A45'

red 99 ◦ green 26 ◦ blue 69

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

Shades of Pompadour #631A45

Tints of Pompadour #631A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.57%

R = 51.03%
G = 13.4%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#631A45 (or 0x631A45) is known color: Pompadour. HEX triplet: 63, 1A and 45. RGB value is (99,26,69). Sum of RGB (Red+Green+Blue) = 99+26+69=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #631A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A45 is #9CE5BA. Grayscale: #343434. Windows color (decimal): -10282427 or 4528739. OLE color: 4528739.

HSL color Cylindrical-coordinate representation of color #631A45: hue angle of 324.66º 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 #631A45 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 26 69 -
CMYK 0 0.74 0.30 0.61
HSL 324.66º 0.58% 0.25% -
HSV(B) 324.66º 0.74% 0.39% -
XYZ 6.59 3.82 6.02 -
YUV 52.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 99 26 69 0 0.74 0.30 0.61 324.66 0.58 0.25
Hex 63 1A 45 0 4A 1E 3D 145 3A 19
Octal 143 32 105 0 112 36 75 505 72 31
Binary 1100011 11010 1000101 0 1001010 11110 111101 101000101 111010 11001

Color Harmonies of #631A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A45

Black with #631A45

Text Example


Text Example

White with #631A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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