Html Css Color HEX #680825 Pohutukawa

📋 copy color: '#680825'

red 104 ◦ green 8 ◦ blue 37

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

Shades of Pohutukawa #680825

Tints of Pohutukawa #680825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 69.8%
G = 5.37%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#680825 (or 0x680825) is known color: Pohutukawa. HEX triplet: 68, 08 and 25. RGB value is (104,8,37). Sum of RGB (Red+Green+Blue) = 104+8+37=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680825 is #97F7DA. Grayscale: #272727. Windows color (decimal): -9959387 or 2426984. OLE color: 2426984.

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

Color convert

RGB 104 8 37 -
CMYK 0 0.92 0.64 0.59
HSL 341.88º 0.86% 0.22% -
HSV(B) 341.88º 0.92% 0.41% -
XYZ 6.13 3.25 2.05 -
YUV 40.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 104 8 37 0 0.92 0.64 0.59 341.88 0.86 0.22
Hex 68 8 25 0 5C 40 3B 156 56 16
Octal 150 10 45 0 134 100 73 526 126 26
Binary 1101000 1000 100101 0 1011100 1000000 111011 101010110 1010110 10110

Color Harmonies of #680825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680825

Black with #680825

Text Example


Text Example

White with #680825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680825; }

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

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

background-color css

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

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

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

border-color css

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

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

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