Html Css Color HEX #6F232F Claret

📋 copy color: '#6F232F'

red 111 ◦ green 35 ◦ blue 47

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

Shades of Claret #6F232F

Tints of Claret #6F232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.13%

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

R = 57.51%
G = 18.13%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F232F (or 0x6F232F) is known color: Claret. HEX triplet: 6F, 23 and 2F. RGB value is (111,35,47). Sum of RGB (Red+Green+Blue) = 111+35+47=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F232F is #90DCD0. Grayscale: #3B3B3B. Windows color (decimal): -9493713 or 3089263. OLE color: 3089263.

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

Color convert

RGB 111 35 47 -
CMYK 0 0.68 0.58 0.56
HSL 350.53º 0.52% 0.29% -
HSV(B) 350.53º 0.68% 0.44% -
XYZ 7.67 4.79 3.21 -
YUV 59.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 111 35 47 0 0.68 0.58 0.56 350.53 0.52 0.29
Hex 6F 23 2F 0 44 3A 38 15F 34 1D
Octal 157 43 57 0 104 72 70 537 64 35
Binary 1101111 100011 101111 0 1000100 111010 111000 101011111 110100 11101

Color Harmonies of #6F232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F232F

Black with #6F232F

Text Example


Text Example

White with #6F232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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