Html Css Color HEX #680715 Pohutukawa

📋 copy color: '#680715'

red 104 ◦ green 7 ◦ blue 21

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

Shades of Pohutukawa #680715

Tints of Pohutukawa #680715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.3%

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

R = 78.79%
G = 5.3%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#680715 (or 0x680715) is known color: Pohutukawa. HEX triplet: 68, 07 and 15. RGB value is (104,7,21). Sum of RGB (Red+Green+Blue) = 104+7+21=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #680715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680715 is #97F8EA. Grayscale: #252525. Windows color (decimal): -9959659 or 1378152. OLE color: 1378152.

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

Color convert

RGB 104 7 21 -
CMYK 0 0.93 0.80 0.59
HSL 351.34º 0.87% 0.22% -
HSV(B) 351.34º 0.93% 0.41% -
XYZ 5.92 3.15 1.01 -
YUV 37.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 104 7 21 0 0.93 0.80 0.59 351.34 0.87 0.22
Hex 68 7 15 0 5D 50 3B 15F 57 16
Octal 150 7 25 0 135 120 73 537 127 26
Binary 1101000 111 10101 0 1011101 1010000 111011 101011111 1010111 10110

Color Harmonies of #680715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680715

Black with #680715

Text Example


Text Example

White with #680715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680715; }

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

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

background-color css

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

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

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

border-color css

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

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

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