Html Css Color HEX #6F1321 Red Berry

📋 copy color: '#6F1321'

red 111 ◦ green 19 ◦ blue 33

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

Shades of Red Berry #6F1321

Tints of Red Berry #6F1321

RGB

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

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

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

R = 68.1%
G = 11.66%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#6F1321 (or 0x6F1321) is known color: Red Berry. HEX triplet: 6F, 13 and 21. RGB value is (111,19,33). Sum of RGB (Red+Green+Blue) = 111+19+33=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1321 is #90ECDE. Grayscale: #303030. Windows color (decimal): -9497823 or 2167663. OLE color: 2167663.

HSL color Cylindrical-coordinate representation of color #6F1321: hue angle of 350.87º 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 #6F1321 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 19 33 -
CMYK 0 0.83 0.70 0.56
HSL 350.87º 0.71% 0.25% -
HSV(B) 350.87º 0.83% 0.44% -
XYZ 7.06 3.96 1.83 -
YUV 48.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 111 19 33 0 0.83 0.70 0.56 350.87 0.71 0.25
Hex 6F 13 21 0 53 46 38 15F 47 19
Octal 157 23 41 0 123 106 70 537 107 31
Binary 1101111 10011 100001 0 1010011 1000110 111000 101011111 1000111 11001

Color Harmonies of #6F1321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1321

Black with #6F1321

Text Example


Text Example

White with #6F1321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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