Html Css Color HEX #6F182D Claret

📋 copy color: '#6F182D'

red 111 ◦ green 24 ◦ blue 45

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

Shades of Claret #6F182D

Tints of Claret #6F182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.33%

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

R = 61.67%
G = 13.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F182D (or 0x6F182D) is known color: Claret. HEX triplet: 6F, 18 and 2D. RGB value is (111,24,45). Sum of RGB (Red+Green+Blue) = 111+24+45=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F182D is #90E7D2. Grayscale: #343434. Windows color (decimal): -9496531 or 2955375. OLE color: 2955375.

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

Color convert

RGB 111 24 45 -
CMYK 0 0.78 0.59 0.56
HSL 345.52º 0.64% 0.26% -
HSV(B) 345.52º 0.78% 0.44% -
XYZ 7.36 4.22 2.91 -
YUV 52.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 111 24 45 0 0.78 0.59 0.56 345.52 0.64 0.26
Hex 6F 18 2D 0 4E 3B 38 15A 40 1A
Octal 157 30 55 0 116 73 70 532 100 32
Binary 1101111 11000 101101 0 1001110 111011 111000 101011010 1000000 11010

Color Harmonies of #6F182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F182D

Black with #6F182D

Text Example


Text Example

White with #6F182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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