Html Css Color HEX #6D131E Pohutukawa

📋 copy color: '#6D131E'

red 109 ◦ green 19 ◦ blue 30

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

Shades of Pohutukawa #6D131E

Tints of Pohutukawa #6D131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 68.99%
G = 12.03%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D131E (or 0x6D131E) is known color: Pohutukawa. HEX triplet: 6D, 13 and 1E. RGB value is (109,19,30). Sum of RGB (Red+Green+Blue) = 109+19+30=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D131E is #92ECE1. Grayscale: #2F2F2F. Windows color (decimal): -9628898 or 1971053. OLE color: 1971053.

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

Color convert

RGB 109 19 30 -
CMYK 0 0.83 0.72 0.57
HSL 352.67º 0.7% 0.25% -
HSV(B) 352.67º 0.83% 0.43% -
XYZ 6.77 3.81 1.61 -
YUV 47.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 109 19 30 0 0.83 0.72 0.57 352.67 0.7 0.25
Hex 6D 13 1E 0 53 48 39 161 46 19
Octal 155 23 36 0 123 110 71 541 106 31
Binary 1101101 10011 11110 0 1010011 1001000 111001 101100001 1000110 11001

Color Harmonies of #6D131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D131E

Black with #6D131E

Text Example


Text Example

White with #6D131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,30); }

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

background-color css

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

 a { background-color: rgb(109,19,30); }

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

border-color css

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

 span { border-color: rgb(109,19,30); }

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