Html Css Color HEX #6D0F2A Pohutukawa

📋 copy color: '#6D0F2A'

red 109 ◦ green 15 ◦ blue 42

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

Shades of Pohutukawa #6D0F2A

Tints of Pohutukawa #6D0F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 65.66%
G = 9.04%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D0F2A (or 0x6D0F2A) is known color: Pohutukawa. HEX triplet: 6D, 0F and 2A. RGB value is (109,15,42). Sum of RGB (Red+Green+Blue) = 109+15+42=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0F2A is #92F0D5. Grayscale: #2E2E2E. Windows color (decimal): -9629910 or 2756461. OLE color: 2756461.

HSL color Cylindrical-coordinate representation of color #6D0F2A: hue angle of 342.77º 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 #6D0F2A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 15 42 -
CMYK 0 0.86 0.61 0.57
HSL 342.77º 0.76% 0.24% -
HSV(B) 342.77º 0.86% 0.43% -
XYZ 6.9 3.76 2.55 -
YUV 46.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 109 15 42 0 0.86 0.61 0.57 342.77 0.76 0.24
Hex 6D F 2A 0 56 3D 39 157 4C 18
Octal 155 17 52 0 126 75 71 527 114 30
Binary 1101101 1111 101010 0 1010110 111101 111001 101010111 1001100 11000

Color Harmonies of #6D0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F2A

Black with #6D0F2A

Text Example


Text Example

White with #6D0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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