Html Css Color HEX #68131B Pohutukawa

📋 copy color: '#68131B'

red 104 ◦ green 19 ◦ blue 27

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

Shades of Pohutukawa #68131B

Tints of Pohutukawa #68131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

 BLUE value IS 27 (10.94% from 255) = 18%

R = 69.33%
G = 12.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68131B (or 0x68131B) is known color: Pohutukawa. HEX triplet: 68, 13 and 1B. RGB value is (104,19,27). Sum of RGB (Red+Green+Blue) = 104+19+27=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68131B is #97ECE4. Grayscale: #2D2D2D. Windows color (decimal): -9956581 or 1774440. OLE color: 1774440.

HSL color Cylindrical-coordinate representation of color #68131B: hue angle of 354.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68131B is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 27 -
CMYK 0 0.82 0.74 0.59
HSL 354.35º 0.69% 0.24% -
HSV(B) 354.35º 0.82% 0.41% -
XYZ 6.14 3.49 1.39 -
YUV 45.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 104 19 27 0 0.82 0.74 0.59 354.35 0.69 0.24
Hex 68 13 1B 0 52 4A 3B 162 45 18
Octal 150 23 33 0 122 112 73 542 105 30
Binary 1101000 10011 11011 0 1010010 1001010 111011 101100010 1000101 11000

Color Harmonies of #68131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68131B

Black with #68131B

Text Example


Text Example

White with #68131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68131B; }

 p { color: rgb(104,19,27); }

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

background-color css

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

 a { background-color: rgb(104,19,27); }

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

border-color css

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

 span { border-color: rgb(104,19,27); }

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