Html Css Color HEX #6C0103 Sangria

📋 copy color: '#6C0103'

red 108 ◦ green 1 ◦ blue 3

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

Shades of Sangria #6C0103

Tints of Sangria #6C0103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

 BLUE value IS 3 (1.56% from 255) = 2.68%

R = 96.43%
G = 0.89%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6C0103 (or 0x6C0103) is known color: Sangria. HEX triplet: 6C, 01 and 03. RGB value is (108,1,3). Sum of RGB (Red+Green+Blue) = 108+1+3=112 (14% of max value = 765). Red value is 108 (42.58% from 255 or 96.43% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0103 is #93FEFC. Grayscale: #212121. Windows color (decimal): -9699069 or 196972. OLE color: 196972.

HSL color Cylindrical-coordinate representation of color #6C0103: hue angle of 358.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0103 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 1 3 -
CMYK 0 0.99 0.97 0.58
HSL 358.88º 0.98% 0.21% -
HSV(B) 358.88º 0.99% 0.42% -
XYZ 6.21 3.22 0.38 -
YUV 33.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 108 1 3 0 0.99 0.97 0.58 358.88 0.98 0.21
Hex 6C 1 3 0 63 61 3A 167 62 15
Octal 154 1 3 0 143 141 72 547 142 25
Binary 1101100 1 11 0 1100011 1100001 111010 101100111 1100010 10101

Color Harmonies of #6C0103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0103

Black with #6C0103

Text Example


Text Example

White with #6C0103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,1,3); }

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

background-color css

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

 a { background-color: rgb(108,1,3); }

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

border-color css

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

 span { border-color: rgb(108,1,3); }

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