Html Css Color HEX #6C133A Pompadour

📋 copy color: '#6C133A'

red 108 ◦ green 19 ◦ blue 58

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

Shades of Pompadour #6C133A

Tints of Pompadour #6C133A

RGB

 RED value IS 108 (42.58% from 255) = 58.38%

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

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

R = 58.38%
G = 10.27%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6C133A (or 0x6C133A) is known color: Pompadour. HEX triplet: 6C, 13 and 3A. RGB value is (108,19,58). Sum of RGB (Red+Green+Blue) = 108+19+58=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C133A is #93ECC5. Grayscale: #313131. Windows color (decimal): -9694406 or 3806060. OLE color: 3806060.

HSL color Cylindrical-coordinate representation of color #6C133A: hue angle of 333.71º 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 #6C133A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 19 58 -
CMYK 0 0.82 0.46 0.58
HSL 333.71º 0.7% 0.25% -
HSV(B) 333.71º 0.82% 0.42% -
XYZ 7.18 3.96 4.39 -
YUV 50.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 108 19 58 0 0.82 0.46 0.58 333.71 0.7 0.25
Hex 6C 13 3A 0 52 2E 3A 14E 46 19
Octal 154 23 72 0 122 56 72 516 106 31
Binary 1101100 10011 111010 0 1010010 101110 111010 101001110 1000110 11001

Color Harmonies of #6C133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C133A

Black with #6C133A

Text Example


Text Example

White with #6C133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,19,58); }

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

background-color css

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

 a { background-color: rgb(108,19,58); }

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

border-color css

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

 span { border-color: rgb(108,19,58); }

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