Html Css Color HEX #6B1339 Pompadour

📋 copy color: '#6B1339'

red 107 ◦ green 19 ◦ blue 57

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

Shades of Pompadour #6B1339

Tints of Pompadour #6B1339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

 BLUE value IS 57 (22.66% from 255) = 31.15%

R = 58.47%
G = 10.38%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#6B1339 (or 0x6B1339) is known color: Pompadour. HEX triplet: 6B, 13 and 39. RGB value is (107,19,57). Sum of RGB (Red+Green+Blue) = 107+19+57=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1339 is #94ECC6. Grayscale: #313131. Windows color (decimal): -9759943 or 3740523. OLE color: 3740523.

HSL color Cylindrical-coordinate representation of color #6B1339: hue angle of 334.09º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1339 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 19 57 -
CMYK 0 0.82 0.47 0.58
HSL 334.09º 0.7% 0.25% -
HSV(B) 334.09º 0.82% 0.42% -
XYZ 7.03 3.89 4.25 -
YUV 49.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 107 19 57 0 0.82 0.47 0.58 334.09 0.7 0.25
Hex 6B 13 39 0 52 2F 3A 14E 46 19
Octal 153 23 71 0 122 57 72 516 106 31
Binary 1101011 10011 111001 0 1010010 101111 111010 101001110 1000110 11001

Color Harmonies of #6B1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1339

Black with #6B1339

Text Example


Text Example

White with #6B1339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,57); }

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

background-color css

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

 a { background-color: rgb(107,19,57); }

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

border-color css

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

 span { border-color: rgb(107,19,57); }

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