Html Css Color HEX #681725 Pohutukawa

📋 copy color: '#681725'

red 104 ◦ green 23 ◦ blue 37

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

Shades of Pohutukawa #681725

Tints of Pohutukawa #681725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

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

R = 63.41%
G = 14.02%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#681725 (or 0x681725) is known color: Pohutukawa. HEX triplet: 68, 17 and 25. RGB value is (104,23,37). Sum of RGB (Red+Green+Blue) = 104+23+37=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #681725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681725 is #97E8DA. Grayscale: #303030. Windows color (decimal): -9955547 or 2430824. OLE color: 2430824.

HSL color Cylindrical-coordinate representation of color #681725: hue angle of 349.63º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681725 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 37 -
CMYK 0 0.78 0.64 0.59
HSL 349.63º 0.64% 0.25% -
HSV(B) 349.63º 0.78% 0.41% -
XYZ 6.35 3.69 2.13 -
YUV 48.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 104 23 37 0 0.78 0.64 0.59 349.63 0.64 0.25
Hex 68 17 25 0 4E 40 3B 15E 40 19
Octal 150 27 45 0 116 100 73 536 100 31
Binary 1101000 10111 100101 0 1001110 1000000 111011 101011110 1000000 11001

Color Harmonies of #681725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681725

Black with #681725

Text Example


Text Example

White with #681725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681725; }

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

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

background-color css

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

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

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

border-color css

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

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

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