Html Css Color HEX #69121A Pohutukawa

📋 copy color: '#69121A'

red 105 ◦ green 18 ◦ blue 26

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

Shades of Pohutukawa #69121A

Tints of Pohutukawa #69121A

RGB

 RED value IS 105 (41.41% from 255) = 70.47%

 GREEN value IS 18 (7.42% from 255) = 12.08%

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

R = 70.47%
G = 12.08%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#69121A (or 0x69121A) is known color: Pohutukawa. HEX triplet: 69, 12 and 1A. RGB value is (105,18,26). Sum of RGB (Red+Green+Blue) = 105+18+26=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #69121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69121A is #96EDE5. Grayscale: #2C2C2C. Windows color (decimal): -9891302 or 1708649. OLE color: 1708649.

HSL color Cylindrical-coordinate representation of color #69121A: hue angle of 354.48º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #69121A is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 26 -
CMYK 0 0.83 0.75 0.59
HSL 354.48º 0.71% 0.24% -
HSV(B) 354.48º 0.83% 0.41% -
XYZ 6.23 3.51 1.33 -
YUV 44.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 105 18 26 0 0.83 0.75 0.59 354.48 0.71 0.24
Hex 69 12 1A 0 53 4B 3B 162 47 18
Octal 151 22 32 0 123 113 73 542 107 30
Binary 1101001 10010 11010 0 1010011 1001011 111011 101100010 1000111 11000

Color Harmonies of #69121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69121A

Black with #69121A

Text Example


Text Example

White with #69121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,18,26); }

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

background-color css

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

 a { background-color: rgb(105,18,26); }

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

border-color css

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

 span { border-color: rgb(105,18,26); }

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