Html Css Color HEX #6D0F1F Pohutukawa

📋 copy color: '#6D0F1F'

red 109 ◦ green 15 ◦ blue 31

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

Shades of Pohutukawa #6D0F1F

Tints of Pohutukawa #6D0F1F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 31 (12.5% from 255) = 20%

R = 70.32%
G = 9.68%
B = 20%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D0F1F (or 0x6D0F1F) is known color: Pohutukawa. HEX triplet: 6D, 0F and 1F. RGB value is (109,15,31). Sum of RGB (Red+Green+Blue) = 109+15+31=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0F1F is #92F0E0. Grayscale: #2C2C2C. Windows color (decimal): -9629921 or 2035565. OLE color: 2035565.

HSL color Cylindrical-coordinate representation of color #6D0F1F: hue angle of 349.79º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D0F1F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 15 31 -
CMYK 0 0.86 0.72 0.57
HSL 349.79º 0.76% 0.24% -
HSV(B) 349.79º 0.86% 0.43% -
XYZ 6.72 3.69 1.65 -
YUV 44.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 109 15 31 0 0.86 0.72 0.57 349.79 0.76 0.24
Hex 6D F 1F 0 56 48 39 15E 4C 18
Octal 155 17 37 0 126 110 71 536 114 30
Binary 1101101 1111 11111 0 1010110 1001000 111001 101011110 1001100 11000

Color Harmonies of #6D0F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F1F

Black with #6D0F1F

Text Example


Text Example

White with #6D0F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,31); }

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

background-color css

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

 a { background-color: rgb(109,15,31); }

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

border-color css

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

 span { border-color: rgb(109,15,31); }

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