Html Css Color HEX #6F1317 Red Berry

📋 copy color: '#6F1317'

red 111 ◦ green 19 ◦ blue 23

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

Shades of Red Berry #6F1317

Tints of Red Berry #6F1317

RGB

 RED value IS 111 (43.75% from 255) = 72.55%

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

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 72.55%
G = 12.42%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F1317 (or 0x6F1317) is known color: Red Berry. HEX triplet: 6F, 13 and 17. RGB value is (111,19,23). Sum of RGB (Red+Green+Blue) = 111+19+23=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1317 is #90ECE8. Grayscale: #2F2F2F. Windows color (decimal): -9497833 or 1512303. OLE color: 1512303.

HSL color Cylindrical-coordinate representation of color #6F1317: hue angle of 357.39º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1317 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 19 23 -
CMYK 0 0.83 0.79 0.56
HSL 357.39º 0.71% 0.25% -
HSV(B) 357.39º 0.83% 0.44% -
XYZ 6.94 3.91 1.2 -
YUV 46.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 111 19 23 0 0.83 0.79 0.56 357.39 0.71 0.25
Hex 6F 13 17 0 53 4F 38 165 47 19
Octal 157 23 27 0 123 117 70 545 107 31
Binary 1101111 10011 10111 0 1010011 1001111 111000 101100101 1000111 11001

Color Harmonies of #6F1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1317

Black with #6F1317

Text Example


Text Example

White with #6F1317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,19,23); }

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

background-color css

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

 a { background-color: rgb(111,19,23); }

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

border-color css

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

 span { border-color: rgb(111,19,23); }

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