Html Css Color HEX #6F132D Claret

📋 copy color: '#6F132D'

red 111 ◦ green 19 ◦ blue 45

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

Shades of Claret #6F132D

Tints of Claret #6F132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 63.43%
G = 10.86%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F132D (or 0x6F132D) is known color: Claret. HEX triplet: 6F, 13 and 2D. RGB value is (111,19,45). Sum of RGB (Red+Green+Blue) = 111+19+45=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F132D is #90ECD2. Grayscale: #313131. Windows color (decimal): -9497811 or 2954095. OLE color: 2954095.

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

Color convert

RGB 111 19 45 -
CMYK 0 0.83 0.59 0.56
HSL 343.04º 0.71% 0.25% -
HSV(B) 343.04º 0.83% 0.44% -
XYZ 7.26 4.03 2.88 -
YUV 49.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 111 19 45 0 0.83 0.59 0.56 343.04 0.71 0.25
Hex 6F 13 2D 0 53 3B 38 157 47 19
Octal 157 23 55 0 123 73 70 527 107 31
Binary 1101111 10011 101101 0 1010011 111011 111000 101010111 1000111 11001

Color Harmonies of #6F132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F132D

Black with #6F132D

Text Example


Text Example

White with #6F132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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