Html Css Color HEX #680725 Pohutukawa

📋 copy color: '#680725'

red 104 ◦ green 7 ◦ blue 37

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

Shades of Pohutukawa #680725

Tints of Pohutukawa #680725

RGB

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

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

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

R = 70.27%
G = 4.73%
B = 25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#680725 (or 0x680725) is known color: Pohutukawa. HEX triplet: 68, 07 and 25. RGB value is (104,7,37). Sum of RGB (Red+Green+Blue) = 104+7+37=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #680725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680725 is #97F8DA. Grayscale: #272727. Windows color (decimal): -9959643 or 2426728. OLE color: 2426728.

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

Color convert

RGB 104 7 37 -
CMYK 0 0.93 0.64 0.59
HSL 341.44º 0.87% 0.22% -
HSV(B) 341.44º 0.93% 0.41% -
XYZ 6.12 3.23 2.05 -
YUV 39.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 104 7 37 0 0.93 0.64 0.59 341.44 0.87 0.22
Hex 68 7 25 0 5D 40 3B 155 57 16
Octal 150 7 45 0 135 100 73 525 127 26
Binary 1101000 111 100101 0 1011101 1000000 111011 101010101 1010111 10110

Color Harmonies of #680725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680725

Black with #680725

Text Example


Text Example

White with #680725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680725; }

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

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

background-color css

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

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

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

border-color css

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

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

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