Html Css Color HEX #681424 Pohutukawa

📋 copy color: '#681424'

red 104 ◦ green 20 ◦ blue 36

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

Shades of Pohutukawa #681424

Tints of Pohutukawa #681424

RGB

 RED value IS 104 (41.02% from 255) = 65%

 GREEN value IS 20 (8.2% from 255) = 12.5%

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 65%
G = 12.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#681424 (or 0x681424) is known color: Pohutukawa. HEX triplet: 68, 14 and 24. RGB value is (104,20,36). Sum of RGB (Red+Green+Blue) = 104+20+36=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681424 is #97EBDB. Grayscale: #2E2E2E. Windows color (decimal): -9956316 or 2364520. OLE color: 2364520.

HSL color Cylindrical-coordinate representation of color #681424: hue angle of 348.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681424 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 36 -
CMYK 0 0.81 0.65 0.59
HSL 348.57º 0.68% 0.24% -
HSV(B) 348.57º 0.81% 0.41% -
XYZ 6.28 3.57 2.03 -
YUV 46.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 104 20 36 0 0.81 0.65 0.59 348.57 0.68 0.24
Hex 68 14 24 0 51 41 3B 15D 44 18
Octal 150 24 44 0 121 101 73 535 104 30
Binary 1101000 10100 100100 0 1010001 1000001 111011 101011101 1000100 11000

Color Harmonies of #681424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681424

Black with #681424

Text Example


Text Example

White with #681424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681424; }

 p { color: rgb(104,20,36); }

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

background-color css

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

 a { background-color: rgb(104,20,36); }

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

border-color css

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

 span { border-color: rgb(104,20,36); }

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