Html Css Color HEX #68092A Pohutukawa

📋 copy color: '#68092A'

red 104 ◦ green 9 ◦ blue 42

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

Shades of Pohutukawa #68092A

Tints of Pohutukawa #68092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 67.1%
G = 5.81%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68092A (or 0x68092A) is known color: Pohutukawa. HEX triplet: 68, 09 and 2A. RGB value is (104,9,42). Sum of RGB (Red+Green+Blue) = 104+9+42=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68092A is #97F6D5. Grayscale: #292929. Windows color (decimal): -9959126 or 2754920. OLE color: 2754920.

HSL color Cylindrical-coordinate representation of color #68092A: hue angle of 339.16º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68092A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 42 -
CMYK 0 0.91 0.60 0.59
HSL 339.16º 0.84% 0.22% -
HSV(B) 339.16º 0.91% 0.41% -
XYZ 6.22 3.31 2.5 -
YUV 41.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 104 9 42 0 0.91 0.60 0.59 339.16 0.84 0.22
Hex 68 9 2A 0 5B 3C 3B 153 54 16
Octal 150 11 52 0 133 74 73 523 124 26
Binary 1101000 1001 101010 0 1011011 111100 111011 101010011 1010100 10110

Color Harmonies of #68092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68092A

Black with #68092A

Text Example


Text Example

White with #68092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68092A; }

 p { color: rgb(104,9,42); }

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

background-color css

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

 a { background-color: rgb(104,9,42); }

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

border-color css

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

 span { border-color: rgb(104,9,42); }

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