Html Css Color HEX #6F1430 Claret

📋 copy color: '#6F1430'

red 111 ◦ green 20 ◦ blue 48

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

Shades of Claret #6F1430

Tints of Claret #6F1430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.17%

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 62.01%
G = 11.17%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F1430 (or 0x6F1430) is known color: Claret. HEX triplet: 6F, 14 and 30. RGB value is (111,20,48). Sum of RGB (Red+Green+Blue) = 111+20+48=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1430 is #90EBCF. Grayscale: #323232. Windows color (decimal): -9497552 or 3150959. OLE color: 3150959.

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

Color convert

RGB 111 20 48 -
CMYK 0 0.82 0.57 0.56
HSL 341.54º 0.69% 0.26% -
HSV(B) 341.54º 0.82% 0.44% -
XYZ 7.34 4.09 3.2 -
YUV 50.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 111 20 48 0 0.82 0.57 0.56 341.54 0.69 0.26
Hex 6F 14 30 0 52 39 38 156 45 1A
Octal 157 24 60 0 122 71 70 526 105 32
Binary 1101111 10100 110000 0 1010010 111001 111000 101010110 1000101 11010

Color Harmonies of #6F1430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1430

Black with #6F1430

Text Example


Text Example

White with #6F1430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,20,48); }

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

background-color css

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

 a { background-color: rgb(111,20,48); }

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

border-color css

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

 span { border-color: rgb(111,20,48); }

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