Html Css Color HEX #6D0305 Sangria

📋 copy color: '#6D0305'

red 109 ◦ green 3 ◦ blue 5

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

Shades of Sangria #6D0305

Tints of Sangria #6D0305

RGB

 RED value IS 109 (42.97% from 255) = 93.16%

 GREEN value IS 3 (1.56% from 255) = 2.56%

 BLUE value IS 5 (2.34% from 255) = 4.27%

R = 93.16%
G = 2.56%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6D0305 (or 0x6D0305) is known color: Sangria. HEX triplet: 6D, 03 and 05. RGB value is (109,3,5). Sum of RGB (Red+Green+Blue) = 109+3+5=117 (15% of max value = 765). Red value is 109 (42.97% from 255 or 93.16% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0305 is #92FCFA. Grayscale: #232323. Windows color (decimal): -9633019 or 328557. OLE color: 328557.

HSL color Cylindrical-coordinate representation of color #6D0305: hue angle of 358.87º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0305 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 3 5 -
CMYK 0 0.97 0.95 0.57
HSL 358.87º 0.95% 0.22% -
HSV(B) 358.87º 0.97% 0.43% -
XYZ 6.37 3.33 0.45 -
YUV 34.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 109 3 5 0 0.97 0.95 0.57 358.87 0.95 0.22
Hex 6D 3 5 0 61 5F 39 167 5F 16
Octal 155 3 5 0 141 137 71 547 137 26
Binary 1101101 11 101 0 1100001 1011111 111001 101100111 1011111 10110

Color Harmonies of #6D0305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0305

Black with #6D0305

Text Example


Text Example

White with #6D0305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,3,5); }

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

background-color css

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

 a { background-color: rgb(109,3,5); }

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

border-color css

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

 span { border-color: rgb(109,3,5); }

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