Html Css Color HEX #680815 Pohutukawa

📋 copy color: '#680815'

red 104 ◦ green 8 ◦ blue 21

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

Shades of Pohutukawa #680815

Tints of Pohutukawa #680815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.02%

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 78.2%
G = 6.02%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#680815 (or 0x680815) is known color: Pohutukawa. HEX triplet: 68, 08 and 15. RGB value is (104,8,21). Sum of RGB (Red+Green+Blue) = 104+8+21=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680815 is #97F7EA. Grayscale: #262626. Windows color (decimal): -9959403 or 1378408. OLE color: 1378408.

HSL color Cylindrical-coordinate representation of color #680815: hue angle of 351.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680815 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 21 -
CMYK 0 0.92 0.80 0.59
HSL 351.88º 0.86% 0.22% -
HSV(B) 351.88º 0.92% 0.41% -
XYZ 5.93 3.17 1.01 -
YUV 38.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 104 8 21 0 0.92 0.80 0.59 351.88 0.86 0.22
Hex 68 8 15 0 5C 50 3B 160 56 16
Octal 150 10 25 0 134 120 73 540 126 26
Binary 1101000 1000 10101 0 1011100 1010000 111011 101100000 1010110 10110

Color Harmonies of #680815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680815

Black with #680815

Text Example


Text Example

White with #680815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680815; }

 p { color: rgb(104,8,21); }

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

background-color css

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

 a { background-color: rgb(104,8,21); }

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

border-color css

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

 span { border-color: rgb(104,8,21); }

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