Html Css Color HEX #68091A Pohutukawa

📋 copy color: '#68091A'

red 104 ◦ green 9 ◦ blue 26

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

Shades of Pohutukawa #68091A

Tints of Pohutukawa #68091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 74.82%
G = 6.47%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68091A (or 0x68091A) is known color: Pohutukawa. HEX triplet: 68, 09 and 1A. RGB value is (104,9,26). Sum of RGB (Red+Green+Blue) = 104+9+26=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #68091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68091A is #97F6E5. Grayscale: #272727. Windows color (decimal): -9959142 or 1706344. OLE color: 1706344.

HSL color Cylindrical-coordinate representation of color #68091A: hue angle of 349.26º 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 #68091A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 26 -
CMYK 0 0.91 0.75 0.59
HSL 349.26º 0.84% 0.22% -
HSV(B) 349.26º 0.91% 0.41% -
XYZ 5.99 3.21 1.28 -
YUV 39.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 104 9 26 0 0.91 0.75 0.59 349.26 0.84 0.22
Hex 68 9 1A 0 5B 4B 3B 15D 54 16
Octal 150 11 32 0 133 113 73 535 124 26
Binary 1101000 1001 11010 0 1011011 1001011 111011 101011101 1010100 10110

Color Harmonies of #68091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68091A

Black with #68091A

Text Example


Text Example

White with #68091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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