Html Css Color HEX #69181F Pohutukawa

📋 copy color: '#69181F'

red 105 ◦ green 24 ◦ blue 31

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

Shades of Pohutukawa #69181F

Tints of Pohutukawa #69181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

 BLUE value IS 31 (12.5% from 255) = 19.38%

R = 65.63%
G = 15%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#69181F (or 0x69181F) is known color: Pohutukawa. HEX triplet: 69, 18 and 1F. RGB value is (105,24,31). Sum of RGB (Red+Green+Blue) = 105+24+31=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #69181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69181F is #96E7E0. Grayscale: #313131. Windows color (decimal): -9889761 or 2037865. OLE color: 2037865.

HSL color Cylindrical-coordinate representation of color #69181F: hue angle of 354.81º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69181F is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 24 31 -
CMYK 0 0.77 0.70 0.59
HSL 354.81º 0.63% 0.25% -
HSV(B) 354.81º 0.77% 0.41% -
XYZ 6.4 3.76 1.68 -
YUV 49.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 105 24 31 0 0.77 0.70 0.59 354.81 0.63 0.25
Hex 69 18 1F 0 4D 46 3B 163 3F 19
Octal 151 30 37 0 115 106 73 543 77 31
Binary 1101001 11000 11111 0 1001101 1000110 111011 101100011 111111 11001

Color Harmonies of #69181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69181F

Black with #69181F

Text Example


Text Example

White with #69181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69181F; }

 p { color: rgb(105,24,31); }

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

background-color css

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

 a { background-color: rgb(105,24,31); }

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

border-color css

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

 span { border-color: rgb(105,24,31); }

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