Html Css Color HEX #6D152A Pohutukawa

📋 copy color: '#6D152A'

red 109 ◦ green 21 ◦ blue 42

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

Shades of Pohutukawa #6D152A

Tints of Pohutukawa #6D152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

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

R = 63.37%
G = 12.21%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D152A (or 0x6D152A) is known color: Pohutukawa. HEX triplet: 6D, 15 and 2A. RGB value is (109,21,42). Sum of RGB (Red+Green+Blue) = 109+21+42=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D152A is #92EAD5. Grayscale: #313131. Windows color (decimal): -9628374 or 2757997. OLE color: 2757997.

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

Color convert

RGB 109 21 42 -
CMYK 0 0.81 0.61 0.57
HSL 345.68º 0.68% 0.25% -
HSV(B) 345.68º 0.81% 0.43% -
XYZ 6.99 3.95 2.59 -
YUV 49.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 109 21 42 0 0.81 0.61 0.57 345.68 0.68 0.25
Hex 6D 15 2A 0 51 3D 39 15A 44 19
Octal 155 25 52 0 121 75 71 532 104 31
Binary 1101101 10101 101010 0 1010001 111101 111001 101011010 1000100 11001

Color Harmonies of #6D152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D152A

Black with #6D152A

Text Example


Text Example

White with #6D152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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