Html Css Color HEX #6F1921 Red Berry

📋 copy color: '#6F1921'

red 111 ◦ green 25 ◦ blue 33

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

Shades of Red Berry #6F1921

Tints of Red Berry #6F1921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.79%

 BLUE value IS 33 (13.28% from 255) = 19.53%

R = 65.68%
G = 14.79%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#6F1921 (or 0x6F1921) is known color: Red Berry. HEX triplet: 6F, 19 and 21. RGB value is (111,25,33). Sum of RGB (Red+Green+Blue) = 111+25+33=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1921 is #90E6DE. Grayscale: #333333. Windows color (decimal): -9496287 or 2169199. OLE color: 2169199.

HSL color Cylindrical-coordinate representation of color #6F1921: hue angle of 354.42º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1921 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 33 -
CMYK 0 0.77 0.70 0.56
HSL 354.42º 0.63% 0.27% -
HSV(B) 354.42º 0.77% 0.44% -
XYZ 7.18 4.18 1.87 -
YUV 51.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 111 25 33 0 0.77 0.70 0.56 354.42 0.63 0.27
Hex 6F 19 21 0 4D 46 38 162 3F 1B
Octal 157 31 41 0 115 106 70 542 77 33
Binary 1101111 11001 100001 0 1001101 1000110 111000 101100010 111111 11011

Color Harmonies of #6F1921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1921

Black with #6F1921

Text Example


Text Example

White with #6F1921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,33); }

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

background-color css

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

 a { background-color: rgb(111,25,33); }

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

border-color css

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

 span { border-color: rgb(111,25,33); }

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