Html Css Color HEX #680C2B Pohutukawa

📋 copy color: '#680C2B'

red 104 ◦ green 12 ◦ blue 43

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

Shades of Pohutukawa #680C2B

Tints of Pohutukawa #680C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.04%

R = 65.41%
G = 7.55%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#680C2B (or 0x680C2B) is known color: Pohutukawa. HEX triplet: 68, 0C and 2B. RGB value is (104,12,43). Sum of RGB (Red+Green+Blue) = 104+12+43=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #680C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C2B is #97F3D4. Grayscale: #2B2B2B. Windows color (decimal): -9958357 or 2821224. OLE color: 2821224.

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

Color convert

RGB 104 12 43 -
CMYK 0 0.88 0.59 0.59
HSL 339.78º 0.79% 0.23% -
HSV(B) 339.78º 0.88% 0.41% -
XYZ 6.28 3.38 2.61 -
YUV 43.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 104 12 43 0 0.88 0.59 0.59 339.78 0.79 0.23
Hex 68 C 2B 0 58 3B 3B 154 4F 17
Octal 150 14 53 0 130 73 73 524 117 27
Binary 1101000 1100 101011 0 1011000 111011 111011 101010100 1001111 10111

Color Harmonies of #680C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C2B

Black with #680C2B

Text Example


Text Example

White with #680C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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