Html Css Color HEX #680C2A Pohutukawa

📋 copy color: '#680C2A'

red 104 ◦ green 12 ◦ blue 42

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

Shades of Pohutukawa #680C2A

Tints of Pohutukawa #680C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 65.82%
G = 7.59%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#680C2A (or 0x680C2A) is known color: Pohutukawa. HEX triplet: 68, 0C and 2A. RGB value is (104,12,42). Sum of RGB (Red+Green+Blue) = 104+12+42=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #680C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C2A is #97F3D5. Grayscale: #2A2A2A. Windows color (decimal): -9958358 or 2755688. OLE color: 2755688.

HSL color Cylindrical-coordinate representation of color #680C2A: hue angle of 340.43º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C2A is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 12 42 -
CMYK 0 0.88 0.60 0.59
HSL 340.43º 0.79% 0.23% -
HSV(B) 340.43º 0.88% 0.41% -
XYZ 6.26 3.37 2.51 -
YUV 42.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 104 12 42 0 0.88 0.60 0.59 340.43 0.79 0.23
Hex 68 C 2A 0 58 3C 3B 154 4F 17
Octal 150 14 52 0 130 74 73 524 117 27
Binary 1101000 1100 101010 0 1011000 111100 111011 101010100 1001111 10111

Color Harmonies of #680C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C2A

Black with #680C2A

Text Example


Text Example

White with #680C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,42); }

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

background-color css

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

 a { background-color: rgb(104,12,42); }

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

border-color css

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

 span { border-color: rgb(104,12,42); }

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