Html Css Color HEX #6F132A Red Berry

📋 copy color: '#6F132A'

red 111 ◦ green 19 ◦ blue 42

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

Shades of Red Berry #6F132A

Tints of Red Berry #6F132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 64.53%
G = 11.05%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F132A (or 0x6F132A) is known color: Red Berry. HEX triplet: 6F, 13 and 2A. RGB value is (111,19,42). Sum of RGB (Red+Green+Blue) = 111+19+42=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F132A is #90ECD5. Grayscale: #313131. Windows color (decimal): -9497814 or 2757487. OLE color: 2757487.

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

Color convert

RGB 111 19 42 -
CMYK 0 0.83 0.62 0.56
HSL 345º 0.71% 0.25% -
HSV(B) 345º 0.83% 0.44% -
XYZ 7.21 4.01 2.59 -
YUV 49.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 111 19 42 0 0.83 0.62 0.56 345 0.71 0.25
Hex 6F 13 2A 0 53 3E 38 159 47 19
Octal 157 23 52 0 123 76 70 531 107 31
Binary 1101111 10011 101010 0 1010011 111110 111000 101011001 1000111 11001

Color Harmonies of #6F132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F132A

Black with #6F132A

Text Example


Text Example

White with #6F132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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