Html Css Color HEX #631B3A Pompadour

📋 copy color: '#631B3A'

red 99 ◦ green 27 ◦ blue 58

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

Shades of Pompadour #631B3A

Tints of Pompadour #631B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.67%

 BLUE value IS 58 (23.05% from 255) = 31.52%

R = 53.8%
G = 14.67%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#631B3A (or 0x631B3A) is known color: Pompadour. HEX triplet: 63, 1B and 3A. RGB value is (99,27,58). Sum of RGB (Red+Green+Blue) = 99+27+58=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #631B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B3A is #9CE4C5. Grayscale: #343434. Windows color (decimal): -10282182 or 3808099. OLE color: 3808099.

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

Color convert

RGB 99 27 58 -
CMYK 0 0.73 0.41 0.61
HSL 334.17º 0.57% 0.25% -
HSV(B) 334.17º 0.73% 0.39% -
XYZ 6.3 3.74 4.39 -
YUV 52.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 99 27 58 0 0.73 0.41 0.61 334.17 0.57 0.25
Hex 63 1B 3A 0 49 29 3D 14E 39 19
Octal 143 33 72 0 111 51 75 516 71 31
Binary 1100011 11011 111010 0 1001001 101001 111101 101001110 111001 11001

Color Harmonies of #631B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B3A

Black with #631B3A

Text Example


Text Example

White with #631B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,27,58); }

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

background-color css

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

 a { background-color: rgb(99,27,58); }

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

border-color css

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

 span { border-color: rgb(99,27,58); }

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