Html Css Color HEX #6D111D Pohutukawa

📋 copy color: '#6D111D'

red 109 ◦ green 17 ◦ blue 29

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

Shades of Pohutukawa #6D111D

Tints of Pohutukawa #6D111D

RGB

 RED value IS 109 (42.97% from 255) = 70.32%

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 29 (11.72% from 255) = 18.71%

R = 70.32%
G = 10.97%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D111D (or 0x6D111D) is known color: Pohutukawa. HEX triplet: 6D, 11 and 1D. RGB value is (109,17,29). Sum of RGB (Red+Green+Blue) = 109+17+29=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D111D is #92EEE2. Grayscale: #2D2D2D. Windows color (decimal): -9629411 or 1905005. OLE color: 1905005.

HSL color Cylindrical-coordinate representation of color #6D111D: hue angle of 352.17º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D111D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 17 29 -
CMYK 0 0.84 0.73 0.57
HSL 352.17º 0.73% 0.25% -
HSV(B) 352.17º 0.84% 0.43% -
XYZ 6.73 3.74 1.53 -
YUV 45.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 109 17 29 0 0.84 0.73 0.57 352.17 0.73 0.25
Hex 6D 11 1D 0 54 49 39 160 49 19
Octal 155 21 35 0 124 111 71 540 111 31
Binary 1101101 10001 11101 0 1010100 1001001 111001 101100000 1001001 11001

Color Harmonies of #6D111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D111D

Black with #6D111D

Text Example


Text Example

White with #6D111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,17,29); }

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

background-color css

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

 a { background-color: rgb(109,17,29); }

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

border-color css

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

 span { border-color: rgb(109,17,29); }

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