Html Css Color HEX #6D1625 Pohutukawa

📋 copy color: '#6D1625'

red 109 ◦ green 22 ◦ blue 37

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

Shades of Pohutukawa #6D1625

Tints of Pohutukawa #6D1625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.1%

 BLUE value IS 37 (14.84% from 255) = 22.02%

R = 64.88%
G = 13.1%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D1625 (or 0x6D1625) is known color: Pohutukawa. HEX triplet: 6D, 16 and 25. RGB value is (109,22,37). Sum of RGB (Red+Green+Blue) = 109+22+37=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1625 is #92E9DA. Grayscale: #313131. Windows color (decimal): -9628123 or 2430573. OLE color: 2430573.

HSL color Cylindrical-coordinate representation of color #6D1625: hue angle of 349.66º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1625 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 22 37 -
CMYK 0 0.80 0.66 0.57
HSL 349.66º 0.66% 0.26% -
HSV(B) 349.66º 0.8% 0.43% -
XYZ 6.93 3.96 2.15 -
YUV 49.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 109 22 37 0 0.80 0.66 0.57 349.66 0.66 0.26
Hex 6D 16 25 0 50 42 39 15E 42 1A
Octal 155 26 45 0 120 102 71 536 102 32
Binary 1101101 10110 100101 0 1010000 1000010 111001 101011110 1000010 11010

Color Harmonies of #6D1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1625

Black with #6D1625

Text Example


Text Example

White with #6D1625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,37); }

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

background-color css

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

 a { background-color: rgb(109,22,37); }

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

border-color css

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

 span { border-color: rgb(109,22,37); }

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