Html Css Color HEX #680813 Pohutukawa

📋 copy color: '#680813'

red 104 ◦ green 8 ◦ blue 19

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

Shades of Pohutukawa #680813

Tints of Pohutukawa #680813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 79.39%
G = 6.11%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#680813 (or 0x680813) is known color: Pohutukawa. HEX triplet: 68, 08 and 13. RGB value is (104,8,19). Sum of RGB (Red+Green+Blue) = 104+8+19=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680813 is #97F7EC. Grayscale: #262626. Windows color (decimal): -9959405 or 1247336. OLE color: 1247336.

HSL color Cylindrical-coordinate representation of color #680813: hue angle of 353.12º 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 #680813 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 19 -
CMYK 0 0.92 0.82 0.59
HSL 353.13º 0.86% 0.22% -
HSV(B) 353.13º 0.92% 0.41% -
XYZ 5.91 3.16 0.92 -
YUV 37.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 104 8 19 0 0.92 0.82 0.59 353.13 0.86 0.22
Hex 68 8 13 0 5C 52 3B 161 56 16
Octal 150 10 23 0 134 122 73 541 126 26
Binary 1101000 1000 10011 0 1011100 1010010 111011 101100001 1010110 10110

Color Harmonies of #680813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680813

Black with #680813

Text Example


Text Example

White with #680813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680813; }

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

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

background-color css

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

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

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

border-color css

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

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

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