Html Css Color HEX #681023 Pohutukawa

📋 copy color: '#681023'

red 104 ◦ green 16 ◦ blue 35

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

Shades of Pohutukawa #681023

Tints of Pohutukawa #681023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.32%

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 67.1%
G = 10.32%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#681023 (or 0x681023) is known color: Pohutukawa. HEX triplet: 68, 10 and 23. RGB value is (104,16,35). Sum of RGB (Red+Green+Blue) = 104+16+35=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #681023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681023 is #97EFDC. Grayscale: #2C2C2C. Windows color (decimal): -9957341 or 2297960. OLE color: 2297960.

HSL color Cylindrical-coordinate representation of color #681023: hue angle of 347.05º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681023 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 35 -
CMYK 0 0.85 0.66 0.59
HSL 347.05º 0.73% 0.24% -
HSV(B) 347.05º 0.85% 0.41% -
XYZ 6.2 3.43 1.93 -
YUV 44.48 122.65 170.46 -
System Red Green Blue C M Y K H S L
Decimal 104 16 35 0 0.85 0.66 0.59 347.05 0.73 0.24
Hex 68 10 23 0 55 42 3B 15B 49 18
Octal 150 20 43 0 125 102 73 533 111 30
Binary 1101000 10000 100011 0 1010101 1000010 111011 101011011 1001001 11000

Color Harmonies of #681023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681023

Black with #681023

Text Example


Text Example

White with #681023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681023; }

 p { color: rgb(104,16,35); }

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

background-color css

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

 a { background-color: rgb(104,16,35); }

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

border-color css

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

 span { border-color: rgb(104,16,35); }

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