Html Css Color HEX #680A0F Pohutukawa

📋 copy color: '#680A0F'

red 104 ◦ green 10 ◦ blue 15

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

Shades of Pohutukawa #680A0F

Tints of Pohutukawa #680A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

 BLUE value IS 15 (6.25% from 255) = 11.63%

R = 80.62%
G = 7.75%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#680A0F (or 0x680A0F) is known color: Pohutukawa. HEX triplet: 68, 0A and 0F. RGB value is (104,10,15). Sum of RGB (Red+Green+Blue) = 104+10+15=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #680A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A0F is #97F5F0. Grayscale: #262626. Windows color (decimal): -9958897 or 985704. OLE color: 985704.

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

Color convert

RGB 104 10 15 -
CMYK 0 0.90 0.86 0.59
HSL 356.81º 0.82% 0.22% -
HSV(B) 356.81º 0.9% 0.41% -
XYZ 5.9 3.19 0.76 -
YUV 38.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 104 10 15 0 0.90 0.86 0.59 356.81 0.82 0.22
Hex 68 A F 0 5A 56 3B 165 52 16
Octal 150 12 17 0 132 126 73 545 122 26
Binary 1101000 1010 1111 0 1011010 1010110 111011 101100101 1010010 10110

Color Harmonies of #680A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A0F

Black with #680A0F

Text Example


Text Example

White with #680A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680A0F; }

 p { color: rgb(104,10,15); }

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

background-color css

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

 a { background-color: rgb(104,10,15); }

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

border-color css

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

 span { border-color: rgb(104,10,15); }

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