Html Css Color HEX #6B1A3D Pompadour

📋 copy color: '#6B1A3D'

red 107 ◦ green 26 ◦ blue 61

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

Shades of Pompadour #6B1A3D

Tints of Pompadour #6B1A3D

RGB

 RED value IS 107 (42.19% from 255) = 55.15%

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

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

R = 55.15%
G = 13.4%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6B1A3D (or 0x6B1A3D) is known color: Pompadour. HEX triplet: 6B, 1A and 3D. RGB value is (107,26,61). Sum of RGB (Red+Green+Blue) = 107+26+61=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A3D is #94E5C2. Grayscale: #363636. Windows color (decimal): -9758147 or 4004459. OLE color: 4004459.

HSL color Cylindrical-coordinate representation of color #6B1A3D: hue angle of 334.07º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A3D is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 26 61 -
CMYK 0 0.76 0.43 0.58
HSL 334.07º 0.61% 0.26% -
HSV(B) 334.07º 0.76% 0.42% -
XYZ 7.28 4.2 4.84 -
YUV 54.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 107 26 61 0 0.76 0.43 0.58 334.07 0.61 0.26
Hex 6B 1A 3D 0 4C 2B 3A 14E 3D 1A
Octal 153 32 75 0 114 53 72 516 75 32
Binary 1101011 11010 111101 0 1001100 101011 111010 101001110 111101 11010

Color Harmonies of #6B1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A3D

Black with #6B1A3D

Text Example


Text Example

White with #6B1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1A3D; }

 p { color: rgb(107,26,61); }

 H1.HeaderClassName
 {
   color: #6B1A3D;
 }
 .AnyTagClassName
 {
   color: #6B1A3D;
 }
</style>

background-color css

<style>
 a { background-color: #6B1A3D; }

 a { background-color: rgb(107,26,61); }

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

border-color css

<style>
 span { border-color: #6B1A3D; }

 span { border-color: rgb(107,26,61); }

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