Html Css Color HEX #6F1526 Red Berry

📋 copy color: '#6F1526'

red 111 ◦ green 21 ◦ blue 38

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

Shades of Red Berry #6F1526

Tints of Red Berry #6F1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 38 (15.23% from 255) = 22.35%

R = 65.29%
G = 12.35%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#6F1526 (or 0x6F1526) is known color: Red Berry. HEX triplet: 6F, 15 and 26. RGB value is (111,21,38). Sum of RGB (Red+Green+Blue) = 111+21+38=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1526 is #90EAD9. Grayscale: #313131. Windows color (decimal): -9497306 or 2495855. OLE color: 2495855.

HSL color Cylindrical-coordinate representation of color #6F1526: hue angle of 348.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1526 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 21 38 -
CMYK 0 0.81 0.66 0.56
HSL 348.67º 0.68% 0.26% -
HSV(B) 348.67º 0.81% 0.44% -
XYZ 7.17 4.06 2.24 -
YUV 49.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 111 21 38 0 0.81 0.66 0.56 348.67 0.68 0.26
Hex 6F 15 26 0 51 42 38 15D 44 1A
Octal 157 25 46 0 121 102 70 535 104 32
Binary 1101111 10101 100110 0 1010001 1000010 111000 101011101 1000100 11010

Color Harmonies of #6F1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1526

Black with #6F1526

Text Example


Text Example

White with #6F1526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,38); }

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

background-color css

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

 a { background-color: rgb(111,21,38); }

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

border-color css

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

 span { border-color: rgb(111,21,38); }

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