Html Css Color HEX #6F1525 Red Berry

📋 copy color: '#6F1525'

red 111 ◦ green 21 ◦ blue 37

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

Shades of Red Berry #6F1525

Tints of Red Berry #6F1525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.89%

R = 65.68%
G = 12.43%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F1525 (or 0x6F1525) is known color: Red Berry. HEX triplet: 6F, 15 and 25. RGB value is (111,21,37). Sum of RGB (Red+Green+Blue) = 111+21+37=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1525 is #90EADA. Grayscale: #313131. Windows color (decimal): -9497307 or 2430319. OLE color: 2430319.

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

Color convert

RGB 111 21 37 -
CMYK 0 0.81 0.67 0.56
HSL 349.33º 0.68% 0.26% -
HSV(B) 349.33º 0.81% 0.44% -
XYZ 7.16 4.05 2.15 -
YUV 49.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 111 21 37 0 0.81 0.67 0.56 349.33 0.68 0.26
Hex 6F 15 25 0 51 43 38 15D 44 1A
Octal 157 25 45 0 121 103 70 535 104 32
Binary 1101111 10101 100101 0 1010001 1000011 111000 101011101 1000100 11010

Color Harmonies of #6F1525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1525

Black with #6F1525

Text Example


Text Example

White with #6F1525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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