Html Css Color HEX #6F1D2F Claret

📋 copy color: '#6F1D2F'

red 111 ◦ green 29 ◦ blue 47

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

Shades of Claret #6F1D2F

Tints of Claret #6F1D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 59.36%
G = 15.51%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F1D2F (or 0x6F1D2F) is known color: Claret. HEX triplet: 6F, 1D and 2F. RGB value is (111,29,47). Sum of RGB (Red+Green+Blue) = 111+29+47=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1D2F is #90E2D0. Grayscale: #373737. Windows color (decimal): -9495249 or 3087727. OLE color: 3087727.

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

Color convert

RGB 111 29 47 -
CMYK 0 0.74 0.58 0.56
HSL 346.83º 0.59% 0.27% -
HSV(B) 346.83º 0.74% 0.44% -
XYZ 7.51 4.46 3.16 -
YUV 55.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 111 29 47 0 0.74 0.58 0.56 346.83 0.59 0.27
Hex 6F 1D 2F 0 4A 3A 38 15B 3B 1B
Octal 157 35 57 0 112 72 70 533 73 33
Binary 1101111 11101 101111 0 1001010 111010 111000 101011011 111011 11011

Color Harmonies of #6F1D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D2F

Black with #6F1D2F

Text Example


Text Example

White with #6F1D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,29,47); }

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

background-color css

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

 a { background-color: rgb(111,29,47); }

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

border-color css

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

 span { border-color: rgb(111,29,47); }

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